From 30253ad05fcea4fe1bc2e22b71cb81c88ef6c11f Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 11:31:01 +0000 Subject: [PATCH] - Add LICENSE - Fix *_DEPENDS - Remove Author line --- textproc/p5-Lingua-EN-AddressParse/Makefile | 11 +++++++---- textproc/p5-Lingua-EN-AddressParse/pkg-descr | 2 -- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/textproc/p5-Lingua-EN-AddressParse/Makefile b/textproc/p5-Lingua-EN-AddressParse/Makefile index 453b255e63b6..905e3082ea50 100644 --- a/textproc/p5-Lingua-EN-AddressParse/Makefile +++ b/textproc/p5-Lingua-EN-AddressParse/Makefile @@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to manipulate geographical addresses -RUN_DEPENDS= p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \ - p5-Locale-SubCountry>=0:${PORTSDIR}/misc/p5-Locale-SubCountry \ - p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Lingua-EN-NameParse>=1.24:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \ + p5-Locale-SubCountry>=1.41:${PORTSDIR}/misc/p5-Locale-SubCountry \ + p5-Parse-RecDescent>=1:${PORTSDIR}/devel/p5-Parse-RecDescent +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Lingua-EN-AddressParse/pkg-descr b/textproc/p5-Lingua-EN-AddressParse/pkg-descr index 8224ecd905cb..86643b58adb1 100644 --- a/textproc/p5-Lingua-EN-AddressParse/pkg-descr +++ b/textproc/p5-Lingua-EN-AddressParse/pkg-descr @@ -3,5 +3,3 @@ text and attempts to parse it. If successful, the address is broken down into components and useful functions can be performed. WWW: http://search.cpan.org/dist/Lingua-EN-AddressParse/ - -Seamus Venasse