Modified: trunk/dports/perl/p5-parse-recdescent/Portfile (140435 => 140436)
--- trunk/dports/perl/p5-parse-recdescent/Portfile 2015-09-19 16:44:23 UTC (rev 140435)
+++ trunk/dports/perl/p5-parse-recdescent/Portfile 2015-09-19 16:45:01 UTC (rev 140436)
@@ -5,8 +5,7 @@
PortGroup perl5 1.0
perl5.branches 5.16 5.18 5.20 5.22
-perl5.setup Parse-RecDescent 1.967009
-revision 2
+perl5.setup Parse-RecDescent 1.967012
license {Artistic-1 GPL}
maintainers nomaintainer
description Generate Recursive-Descent Parsers
@@ -33,13 +32,16 @@
See the file "RecDescent.pod" for excruciating \
detail on all of this.
-checksums rmd160 63e708cc35155455e1004ba1184b81717accb9fe \
- sha256 e1000f0b82256269fb8daa43aab166a7832fc18b4689af7c8d6d1a49fe75c687
+checksums rmd160 a9c486b673e3fcdec327bd8e919191ce156f9702 \
+ sha256 f3ab3eb96b433e275c98b9eac49ae907ad9cb03bd09daa2d27623d5b3bcd6167
platforms darwin
supported_archs noarch
if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-test-warn
+
depends_lib-append \
port:p${perl5.major}-text-balanced
}