[122877] trunk/dports/perl/p5-gnupg-interface/Portfile
Revision: 122877 https://trac.macports.org/changeset/122877 Author: devans@macports.org Date: 2014-08-01 08:12:58 -0700 (Fri, 01 Aug 2014) Log Message: ----------- p5-gnupg-interface: add mode line and retab, white space only. Modified Paths: -------------- trunk/dports/perl/p5-gnupg-interface/Portfile Modified: trunk/dports/perl/p5-gnupg-interface/Portfile =================================================================== --- trunk/dports/perl/p5-gnupg-interface/Portfile 2014-08-01 15:09:59 UTC (rev 122876) +++ trunk/dports/perl/p5-gnupg-interface/Portfile 2014-08-01 15:12:58 UTC (rev 122877) @@ -1,20 +1,21 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 -perl5.setup GnuPG-Interface 0.50 -license {Artistic-1 GPL} -maintainers nomaintainer -description Perl interface to GnuPG -long_description ${description} +perl5.setup GnuPG-Interface 0.50 +license {Artistic-1 GPL} +maintainers nomaintainer +description Perl interface to GnuPG +long_description ${description} -platforms darwin +platforms darwin checksums rmd160 0a8d749953dd023ec1bb7297c5eb6b03d8b47076 \ sha256 66e58e41c20d4ecd4e387e1ab1eee887f1c3c9fb0c65d0af2f95620e7b97141e if {${perl5.major} != ""} { -depends_lib-append port:p${perl5.major}-class-methodmaker +depends_lib-append port:p${perl5.major}-class-methodmaker }
participants (1)
-
devans@macports.org