Ticket #12706: p5-net-1.22-with-cpandir.diff

File p5-net-1.22-with-cpandir.diff, 1.7 KB (added by nox@…, 17 years ago)
  • Portfile

     
    33PortSystem              1.0
    44PortGroup               perl5 1.0
    55
    6 perl5.setup             net 1.21
     6perl5.setup             net 1.22 Net/GBARR
    77maintainers             markd@macports.org
    88description             Perl5 modules to access and use network protocols. \
    99                        Also known as libnet.
    10 long_description        ${description}
    11 distfiles               libnet-${version}.tar.gz
    12 master_sites            http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/
    13 checksums               md5 be5aa6ef1607c665059f2d36b5e93fe7
     10
     11long_description        libnet is a collection of Perl modules which provides a simple \
     12                        and consistent programming interface (API) to the client side \
     13                        of various protocols used in the internet community.
     14
     15homepage                http://search.cpan.org/dist/libnet/
     16distname                libnet-${version}
     17
     18checksums               md5 ac82f4ea57113dabcce4b65d540a7a3a \
     19                        sha1 d3a84aa06da70f59598d6a49d70507a5b9a6e869 \
     20                        rmd160 52c254997440b95e195bd54d04dca5d736788e21
     21
    1422platforms               darwin
    15 worksrcdir              libnet-${version}
    1623
    17 depends_lib             port:p5-authen-sasl \
     24depends_lib-append              port:p5-authen-sasl \
    1825                        port:p5-digest \
    1926                        port:p5-digest-hmac \
    2027                        port:p5-digest-sha1 \
    2128                        port:p5-crypt-des \
    2229                        port:p5-gssapi \
    2330                        port:p5-mime-base64
     31
     32livecheck.check regex
     33livecheck.url   http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/cpan/authors/id/G/GB/GBARR/?C=M&O=D
     34livecheck.regex {libnet-(\d+(?:\.\d+)*)}