Ticket #32167: p5-test-simple-Portfile.patch
File p5-test-simple-Portfile.patch, 1.1 KB (added by jpo@…, 13 years ago) |
---|
-
Portfile
old new 1 # -*- 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 1 2 # $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 PortGroup perl5 1.0 5 6 6 perl5.setup Test-Simple 0.96 7 revision 2 7 perl5.setup Test-Simple 0.98 8 8 license {Artistic GPL} 9 9 maintainers email.arc.nasa.gov:sal 10 10 description Basic utilities for writing perl tests 11 11 long_description ${description} 12 12 platforms darwin 13 13 14 checksums md5 fbc734a7bb5b3fc3e2bc706e19d08b26 \ 15 sha1 d5d5f657a363d8328c1c2d4972f879df4f6496b1 \ 16 rmd160 cb26f27641a0dd467a8e3287f1072a3335cc4b18 14 checksums rmd160 92b20f1f3165bfc6d07e6585f400ab2a2124e987 \ 15 sha256 2fb203e2cb75e72c6f70af71c6b01998f2c0ec2afba6c38cc5053c6107cd12a8 17 16 18 17 ## # Perl searches vendor location last, so this won't 19 18 ## # override the older version included with perl