Revision: 132497 https://trac.macports.org/changeset/132497 Author: devans@macports.org Date: 2015-02-02 09:24:07 -0800 (Mon, 02 Feb 2015) Log Message: ----------- p5-podtohtml: update to version 0.09, deprecated, descriptions, dependencies. Modified Paths: -------------- trunk/dports/perl/p5-podtohtml/Portfile Modified: trunk/dports/perl/p5-podtohtml/Portfile =================================================================== --- trunk/dports/perl/p5-podtohtml/Portfile 2015-02-02 17:22:17 UTC (rev 132496) +++ trunk/dports/perl/p5-podtohtml/Portfile 2015-02-02 17:24:07 UTC (rev 132497) @@ -5,24 +5,26 @@ PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 -perl5.setup PodToHTML 0.08 ../../authors/id/B/BD/BDFOY -revision 3 +perl5.setup PodToHTML 0.09 ../by-authors/id/A/AD/ADOPTME license {Artistic-1 GPL} maintainers nomaintainer -description Deprecated program convert POD documentation to HTML. +description (DEPRECATED) Program to convert POD documentation to HTML. -long_description ${description} +long_description ${description} \ + If you aren't already using this module, don't start. \ + Try another module, such as Pod::Simple::HTML -checksums md5 fec09c1e062ed4c670b6b982649e2f24 \ - sha1 c4ec0783b0033cb849886bce1f44712e00d40d7b \ - rmd160 a07fc59bbb00878359d3d6a0935bcd12952e2732 +checksums rmd160 9d87a20469a47f47a6a33b7fbce8eb65691e9b88 \ + sha256 ba4df5673f482e7b33471b25330a8328d241656c41e300d590b532bb406f070e platforms darwin if {${perl5.major} != ""} { depends_lib-append \ + port:p${perl5.major}-html-format \ + port:p${perl5.major}-html-parser \ port:p${perl5.major}-html-tree \ - port:p${perl5.major}-html-format + port:p${perl5.major}-uri supported_archs noarch }
participants (1)
-
devans@macports.org