diff options
Diffstat (limited to 'www/p5-HTTP-Request-Params/Makefile')
-rw-r--r-- | www/p5-HTTP-Request-Params/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-HTTP-Request-Params/Makefile b/www/p5-HTTP-Request-Params/Makefile index 163cfa832172..7a28af0fe90b 100644 --- a/www/p5-HTTP-Request-Params/Makefile +++ b/www/p5-HTTP-Request-Params/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTTP-Request-Params -# Date created: 22 Nov 2005 -# Whom: mat -# +# Created by: mat # $FreeBSD$ -# PORTNAME= HTTP-Request-Params PORTVERSION= 1.01 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTTP::Request::Params.3 |