Revision: 132492 https://trac.macports.org/changeset/132492 Author: devans@macports.org Date: 2015-02-02 09:17:27 -0800 (Mon, 02 Feb 2015) Log Message: ----------- p5-pdf-api2: add modeline and reformat, white space only. Modified Paths: -------------- trunk/dports/perl/p5-pdf-api2/Portfile Modified: trunk/dports/perl/p5-pdf-api2/Portfile =================================================================== --- trunk/dports/perl/p5-pdf-api2/Portfile 2015-02-02 17:16:25 UTC (rev 132491) +++ trunk/dports/perl/p5-pdf-api2/Portfile 2015-02-02 17:17:27 UTC (rev 132492) @@ -1,26 +1,28 @@ +# -*- 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 PDF-API2 2.022 ../by-authors/id/S/SS/SSIMMS/ -license LGPL-2.1 -maintainers nomaintainer -description create and manipulate PDF files -long_description This module is 'The Next Generation' of Text::PDF::API \ - which initially provided a nice API around the \ - Text::PDF::* modules created by Martin Hosken. +perl5.setup PDF-API2 2.022 ../by-authors/id/S/SS/SSIMMS/ +license LGPL-2.1 +maintainers nomaintainer +description create and manipulate PDF files +long_description This module is 'The Next Generation' of Text::PDF::API \ + which initially provided a nice API around the \ + Text::PDF::* modules created by Martin Hosken. -platforms darwin +platforms darwin -checksums md5 7ad618211f4c541a0bd5cea1a4722296 \ - sha1 f06c33e5a312e4f4e2484b58f629cb28432e0e7b \ - rmd160 eede67106af96a001f14d0a66421c37377abc279 +checksums md5 7ad618211f4c541a0bd5cea1a4722296 \ + sha1 f06c33e5a312e4f4e2484b58f629cb28432e0e7b \ + rmd160 eede67106af96a001f14d0a66421c37377abc279 if {${perl5.major} != ""} { -depends_lib-append port:p${perl5.major}-io-compress \ - port:p${perl5.major}-font-ttf + depends_lib-append \ + port:p${perl5.major}-io-compress \ + port:p${perl5.major}-font-ttf -supported_archs noarch + supported_archs noarch }