diff options
Diffstat (limited to 'www/p5-WWW-VenusEnvy/Makefile')
-rw-r--r-- | www/p5-WWW-VenusEnvy/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-WWW-VenusEnvy/Makefile b/www/p5-WWW-VenusEnvy/Makefile index 70b4be1561ae..1df080f4c97f 100644 --- a/www/p5-WWW-VenusEnvy/Makefile +++ b/www/p5-WWW-VenusEnvy/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: p5-WWW-VenusEnvy -# Date created: 2006/06/28 -# Whom: chinsan <chinsan.tw@gmail.com>, Gea-Suan Lin <gslin@gslin.org> +# Created by: chinsan <chinsan.tw@gmail.com>, Gea-Suan Lin <gslin@gslin.org> # Thanks to Gea-Suan Lin for his great patch for this port. -# # $FreeBSD$ -# PORTNAME= WWW-VenusEnvy PORTVERSION= 1.10 @@ -19,7 +15,8 @@ COMMENT= VenusEnvy comic strip archive and retrieval module RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= WWW::VenusEnvy.3 |