diff options
Diffstat (limited to 'www/p5-HTML-WikiConverter-PhpWiki/Makefile')
-rw-r--r-- | www/p5-HTML-WikiConverter-PhpWiki/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-HTML-WikiConverter-PhpWiki/Makefile b/www/p5-HTML-WikiConverter-PhpWiki/Makefile index 10cab9c36f3e..d41795fbeaef 100644 --- a/www/p5-HTML-WikiConverter-PhpWiki/Makefile +++ b/www/p5-HTML-WikiConverter-PhpWiki/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-WikiConverter-PhpWiki -# Date created: 2006/06/27 -# Whom: chinsan <chinsan.tw@gmail.com> -# +# Created by: chinsan <chinsan.tw@gmail.com> # $FreeBSD$ -# PORTNAME= HTML-WikiConverter-PhpWiki PORTVERSION= 0.51 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-HTML-WikiConverter>=0.54:${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::PhpWiki.3 |