svn commit: r327691 - head/textproc/p5-Lingua-EN-AddressParse

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 20 11:31:02 UTC 2013


Author: sunpoet
Date: Fri Sep 20 11:31:01 2013
New Revision: 327691
URL: http://svnweb.freebsd.org/changeset/ports/327691

Log:
  - Add LICENSE
  - Fix *_DEPENDS
  - Remove Author line

Modified:
  head/textproc/p5-Lingua-EN-AddressParse/Makefile   (contents, props changed)
  head/textproc/p5-Lingua-EN-AddressParse/pkg-descr   (contents, props changed)

Modified: head/textproc/p5-Lingua-EN-AddressParse/Makefile
==============================================================================
--- head/textproc/p5-Lingua-EN-AddressParse/Makefile	Fri Sep 20 11:30:57 2013	(r327690)
+++ head/textproc/p5-Lingua-EN-AddressParse/Makefile	Fri Sep 20 11:31:01 2013	(r327691)
@@ -10,10 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at 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

Modified: head/textproc/p5-Lingua-EN-AddressParse/pkg-descr
==============================================================================
--- head/textproc/p5-Lingua-EN-AddressParse/pkg-descr	Fri Sep 20 11:30:57 2013	(r327690)
+++ head/textproc/p5-Lingua-EN-AddressParse/pkg-descr	Fri Sep 20 11:31:01 2013	(r327691)
@@ -3,5 +3,3 @@ text and attempts to parse it. If succes
 down into components and useful functions can be performed.
 
 WWW: http://search.cpan.org/dist/Lingua-EN-AddressParse/
-
-Seamus Venasse <svenasse at polaris.ca>


More information about the svn-ports-all mailing list