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

     
    11# $Id$
    22
    3 PortSystem 1.0
    4 PortGroup perl5 1.0
     3PortSystem          1.0
     4PortGroup           perl5 1.0
    55
    6 perl5.setup                     Test-Simple 0.70
     6perl5.setup         Test-Simple 0.72
    77maintainers                     sal@email.arc.nasa.gov
    88description                     Basic utilities for writing perl tests
    99long_description        ${description}
    1010platforms                       darwin
    11 checksums                       md5 8fc54e4c018e7a6fda7b916effd27824 \
    12                                         sha1 d94d57df3989f69d42f987ca83592f223660b43a\
    13                                         rmd160 6ae8828ead11c13c1d6700040f346a1c0805330a
     11
     12checksums       md5 7a2fe85accc87b1b051f71abc2b591c7 \
     13                sha1 222aebd6e2fe7106012927429bcf5e3a944a59a2 \
     14                rmd160 976b144236ab417c5767d94b6e247cff902e34dd
     15
    1416depends_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
     21set perl5.lib   ${prefix}/lib/perl5/${perl5.version}
     22
     23configure.args 
     24
     25post-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
     29universal_variant   no
     30