diff options
Diffstat (limited to 'textproc/p5-Text-Hatena/Makefile')
-rw-r--r-- | textproc/p5-Text-Hatena/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-Hatena/Makefile b/textproc/p5-Text-Hatena/Makefile index 305185f3d37a..39d0f00c8b6c 100644 --- a/textproc/p5-Text-Hatena/Makefile +++ b/textproc/p5-Text-Hatena/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Hatena -# Date created: 2006-07-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Text-Hatena PORTVERSION= 0.20 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inhe 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::Hatena.3 Text::Hatena::AutoLink.3 |