diff options
Diffstat (limited to 'devel/p5-Test-WWW-Mechanize/Makefile')
-rw-r--r-- | devel/p5-Test-WWW-Mechanize/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Test-WWW-Mechanize/Makefile b/devel/p5-Test-WWW-Mechanize/Makefile index 5c4ce0e61446..8648a46dd93f 100644 --- a/devel/p5-Test-WWW-Mechanize/Makefile +++ b/devel/p5-Test-WWW-Mechanize/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-Mechanize -# Date created: 2005-02-13 -# Whom: aturetta@commit.it -# +# Created by: aturetta@commit.it # $FreeBSD$ -# PORTNAME= Test-WWW-Mechanize PORTVERSION= 1.44 @@ -26,7 +22,8 @@ BUILD_DEPENDS= p5-Carp-Assert-More>=0:${PORTSDIR}/devel/p5-Carp-Assert-More \ p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::WWW::Mechanize.3 |