Revision: 132441 https://trac.macports.org/changeset/132441 Author: devans@macports.org Date: 2015-02-01 03:19:14 -0800 (Sun, 01 Feb 2015) Log Message: ----------- p5-text-pdf: add mode line and reformat, white space only. Modified Paths: -------------- trunk/dports/perl/p5-text-pdf/Portfile Modified: trunk/dports/perl/p5-text-pdf/Portfile =================================================================== --- trunk/dports/perl/p5-text-pdf/Portfile 2015-02-01 10:50:46 UTC (rev 132440) +++ trunk/dports/perl/p5-text-pdf/Portfile 2015-02-01 11:19:14 UTC (rev 132441) @@ -1,20 +1,25 @@ +# -*- 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.16 5.18 5.20 -perl5.setup Text-PDF 0.29 -revision 4 -license {Artistic-1 GPL} -maintainers nomaintainer -description Perl module for creating and manipulating PDF files. -long_description ${description} -platforms darwin -checksums md5 2fdf4c3170e53a083715888237914a9b +perl5.setup Text-PDF 0.29 +revision 4 +license {Artistic-1 GPL} +maintainers nomaintainer +description Perl module for creating and manipulating PDF files. +long_description ${description} +platforms darwin + +checksums md5 2fdf4c3170e53a083715888237914a9b + if {${perl5.major} != ""} { -depends_lib-append port:p${perl5.major}-io-compress -distfiles Text-PDF-0.29a.tar.gz + depends_lib-append \ + port:p${perl5.major}-io-compress -supported_archs noarch + distfiles Text-PDF-0.29a.tar.gz + + supported_archs noarch }
participants (1)
-
devans@macports.org