diff options
Diffstat (limited to 'www/p5-Net-Trac/Makefile')
-rw-r--r-- | www/p5-Net-Trac/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-Net-Trac/Makefile b/www/p5-Net-Trac/Makefile index 2041f0831a3b..1919536d2536 100644 --- a/www/p5-Net-Trac/Makefile +++ b/www/p5-Net-Trac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Trac -# Date created: 2009-05-09 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Net-Trac PORTVERSION= 0.16 @@ -28,7 +24,8 @@ BUILD_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \ p5-libwww>0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Trac.3 \ Net::Trac::Connection.3 \ |