diff options
Diffstat (limited to 'www/p5-HTML-WikiConverter-GoogleCode/Makefile')
-rw-r--r-- | www/p5-HTML-WikiConverter-GoogleCode/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-HTML-WikiConverter-GoogleCode/Makefile b/www/p5-HTML-WikiConverter-GoogleCode/Makefile index 28414ed27b7a..04fbeac0fc99 100644 --- a/www/p5-HTML-WikiConverter-GoogleCode/Makefile +++ b/www/p5-HTML-WikiConverter-GoogleCode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-WikiConverter-GoogleCode -# Date created: 2008/05/18 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= HTML-WikiConverter-GoogleCode PORTVERSION= 0.12 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-HTML-WikiConverter>=0.60:${PORTSDIR}/www/p5-HTML-WikiConverter p5-URI>=1.35:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::WikiConverter::GoogleCode.3 |