diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-17 06:50:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-17 06:50:17 +0000 |
commit | 57b83a1e378b3b84526b72e55e17d0118904f1a2 (patch) | |
tree | faf187a73e7d3b71bb7e87331c0cf13bb06ccae4 /www/p5-WWW-OpenSVN | |
parent | 6fb6597c896b7c2d85ae3cf5c992dff59a7205ac (diff) |
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+
With hat: perl
Notes
Notes:
svn path=/head/; revision=281879
Diffstat (limited to 'www/p5-WWW-OpenSVN')
-rw-r--r-- | www/p5-WWW-OpenSVN/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-WWW-OpenSVN/Makefile b/www/p5-WWW-OpenSVN/Makefile index cabedfa12ecb..181f7f0ae6a7 100644 --- a/www/p5-WWW-OpenSVN/Makefile +++ b/www/p5-WWW-OpenSVN/Makefile @@ -17,7 +17,7 @@ COMMENT= An automated interface for OpenSVN.csie.org BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_MODBUILD= 5.8.0+ +PERL_MODBUILD= yes MAN3= WWW::OpenSVN.3 |