Ticket #43153: p5-email-mime-encodings-1.315.diff
File p5-email-mime-encodings-1.315.diff, 1.2 KB (added by nortcele, 11 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 94655 2012-06-26 06:25:00Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 PortGroup perl5 1.0 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup Email-MIME-Encodings 1.313 8 revision 3 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 8 perl5.setup Email-MIME-Encodings 1.315 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description A unified interface to MIME encoding and decoding 12 12 long_description ${description} 13 13 platforms darwin 14 14 15 checksums md5 f2580c816fb0c4b2a256540a385bf4fb \ 16 sha1 3374e6cece53e1203408ec661a5c7034a3f567fd \ 17 rmd160 5e8918d23968ef7ab4f3d04e9fbd6669d969d0b3 15 checksums rmd160 274f133ee6a6dad7ada4bf3b934ae5b1992a860c \ 16 sha256 4c71045507b31ec853dd60152b40e33ba3741779c0f49bb143b50cf8d243ab5c 18 17 19 18 supported_archs noarch 19 20 if {${perl5.major} != ""} { 21 depends_lib-append port:p${perl5.major}-capture-tiny 22 }