diff options
Diffstat (limited to 'www/p5-WWW-DHL/Makefile')
-rw-r--r-- | www/p5-WWW-DHL/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-WWW-DHL/Makefile b/www/p5-WWW-DHL/Makefile index abb48d570bd8..d89bd34e493a 100644 --- a/www/p5-WWW-DHL/Makefile +++ b/www/p5-WWW-DHL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-DHL -# Date created: 2008-01-10 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= WWW-DHL PORTVERSION= 0.03 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::DHL.3 |