diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 18:23:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 18:23:34 +0000 |
commit | cb72249a320633d1627706fd3c5fee0263234250 (patch) | |
tree | 7649b1f5002c942331d22ad69679217a24b1ddf3 /www/p5-WWW-SourceForge | |
parent | 41402c773dce3c776fcbda39133047961aa0bcec (diff) | |
download | ports-cb72249a320633d1627706fd3c5fee0263234250.tar.gz ports-cb72249a320633d1627706fd3c5fee0263234250.zip |
Notes
Diffstat (limited to 'www/p5-WWW-SourceForge')
-rw-r--r-- | www/p5-WWW-SourceForge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-WWW-SourceForge/Makefile b/www/p5-WWW-SourceForge/Makefile index 73fde8ff0495..aa24381e899e 100644 --- a/www/p5-WWW-SourceForge/Makefile +++ b/www/p5-WWW-SourceForge/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::SourceForge.3 WWW::SourceForge::Project.3 |