Ticket #32131: p5-uri-Portfile.patch
File p5-uri-Portfile.patch, 874 bytes (added by jpo@…, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.setup URI 1.58 8 revision 2 7 perl5.setup URI 1.59 9 8 platforms darwin 10 9 maintainers l2g openmaintainer 11 10 license Artistic GPL … … 18 17 implements the URI class. Objects of this class represent Uniform Resource \ 19 18 Identifier references as specified in RFC 2396 and updated by RFC 2732. 20 19 21 checksums sha1 46fcf3ba499d42ab6a7152b0bbbc72f1ff13092c\22 rmd160 2ee7b11c615557dd6164c01df8f5693a0f9a85cc20 checksums sha1 20749c66e95f21c6046d882a74e62cdd17c7c97b \ 21 rmd160 3b2923d0831f8e9824360121e9e2e70370dc0c5c 23 22 24 23 if {${perl5.major} != ""} { 25 24 depends_lib-append port:p${perl5.major}-mime-base64