Ticket #43151: p5-email-mime-contenttype-1.017.diff
File p5-email-mime-contenttype-1.017.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-ContentType 1.015 8 revision 3 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 8 perl5.setup Email-MIME-ContentType 1.017 9 9 license {Artistic-1 GPL} 10 10 maintainers nomaintainer 11 11 description Parse a MIME Content-Type Header 12 12 long_description ${description} 13 13 platforms darwin 14 14 15 checksums sha1 6073cc4726c5f84fa0c2b7d4c2b6f27ecd7f1390\16 rmd160 9b917f5bd6a60ddc052350a9d96f7e5e90d6391217 15 checksums rmd160 8555695b4f57955b28005a275c969d83138dc877 \ 16 sha256 963da3b0446317e64ba3d41f0f59c05475e84fc49080130f6c2099474fa281b2 17 18 18 supported_archs noarch 19 20 if {${perl5.major} != ""} { 21 depends_lib-append port:p${perl5.major}-capture-tiny 22 }