Ticket #12874: p5-test-simple-0.72.diff
File p5-test-simple-0.72.diff, 1.3 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 PortSystem 1.04 PortGroup perl5 1.03 PortSystem 1.0 4 PortGroup perl5 1.0 5 5 6 perl5.setup Test-Simple 0.706 perl5.setup Test-Simple 0.72 7 7 maintainers sal@email.arc.nasa.gov 8 8 description Basic utilities for writing perl tests 9 9 long_description ${description} 10 10 platforms darwin 11 checksums md5 8fc54e4c018e7a6fda7b916effd27824 \ 12 sha1 d94d57df3989f69d42f987ca83592f223660b43a\ 13 rmd160 6ae8828ead11c13c1d6700040f346a1c0805330a 11 12 checksums md5 7a2fe85accc87b1b051f71abc2b591c7 \ 13 sha1 222aebd6e2fe7106012927429bcf5e3a944a59a2 \ 14 rmd160 976b144236ab417c5767d94b6e247cff902e34dd 15 14 16 depends_lib-append port:p5-test-harness 17 18 # Perl searches vendor location last, so this won't 19 # override the older version included with perl 20 # if we install it in the vendor location 21 set perl5.lib ${prefix}/lib/perl5/${perl5.version} 22 23 configure.args 24 25 post-destroot { 26 ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port" 27 } 28 29 universal_variant no 30