diff options
Diffstat (limited to 'textproc/p5-Text-Trac/Makefile')
-rw-r--r-- | textproc/p5-Text-Trac/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile index 046a7efef4cd..b0eb3168e87a 100644 --- a/textproc/p5-Text-Trac/Makefile +++ b/textproc/p5-Text-Trac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Trac -# Date created: 2006-07-19 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Text-Trac PORTVERSION= 0.15 @@ -23,7 +19,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Trac.3 |