aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-20 11:31:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-20 11:31:01 +0000
commit30253ad05fcea4fe1bc2e22b71cb81c88ef6c11f (patch)
tree8c40d4df94c755306a5996349bfd8d2ffc3ddcf5 /textproc
parent27b574963637716036e0d7b195b3dbcf48bc43f8 (diff)
downloadports-30253ad05fcea4fe1bc2e22b71cb81c88ef6c11f.tar.gz
ports-30253ad05fcea4fe1bc2e22b71cb81c88ef6c11f.zip
- Add LICENSE
- Fix *_DEPENDS - Remove Author line
Notes
Notes: svn path=/head/; revision=327691
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Lingua-EN-AddressParse/Makefile11
-rw-r--r--textproc/p5-Lingua-EN-AddressParse/pkg-descr2
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 <svenasse@polaris.ca>