diff options
Diffstat (limited to 'www/p5-HTML-Form/Makefile')
-rw-r--r-- | www/p5-HTML-Form/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-HTML-Form/Makefile b/www/p5-HTML-Form/Makefile index 69426af48f07..67cecbfd0e6c 100644 --- a/www/p5-HTML-Form/Makefile +++ b/www/p5-HTML-Form/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-Form -# Date created: 2011-04-18 -# Whom: Frederic Culot <culot@FreeBSD.org> -# +# Created by: Frederic Culot <culot@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HTML-Form PORTVERSION= 6.03 @@ -21,7 +17,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= p5-libwww-5* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Form.3 |