diff options
Diffstat (limited to 'textproc/p5-Lingua-EN-AddressParse/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Lingua-EN-AddressParse/Makefile b/textproc/p5-Lingua-EN-AddressParse/Makefile index 14baccaa9e21..4a0ecf7d52f2 100644 --- a/textproc/p5-Lingua-EN-AddressParse/Makefile +++ b/textproc/p5-Lingua-EN-AddressParse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Lingua::EN::AddressParse -# Date created: 30 Dec 2001 -# Whom: Seamus Venasse <svenasse@polaris.ca> -# +# Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -# PORTNAME= Lingua-EN-AddressParse PORTVERSION= 1.16 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NamePar p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::EN::AddressParse.3 \ Lingua::EN::AddressParse::Grammar.3 |