mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
- Add LICENSE
- Fix *_DEPENDS - Remove Author line
This commit is contained in:
parent
27b5749636
commit
30253ad05f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327691
2 changed files with 7 additions and 6 deletions
|
@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl module to manipulate geographical addresses
|
COMMENT= Perl module to manipulate geographical addresses
|
||||||
|
|
||||||
RUN_DEPENDS= p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \
|
LICENSE= ART10 GPLv1
|
||||||
p5-Locale-SubCountry>=0:${PORTSDIR}/misc/p5-Locale-SubCountry \
|
LICENSE_COMB= dual
|
||||||
p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
|
|
||||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
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
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
|
@ -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.
|
down into components and useful functions can be performed.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Lingua-EN-AddressParse/
|
WWW: http://search.cpan.org/dist/Lingua-EN-AddressParse/
|
||||||
|
|
||||||
Seamus Venasse <svenasse@polaris.ca>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue