2002-03-19 07:56:08 +01:00
|
|
|
# New ports collection makefile for: Lingua::EN::AddressParse
|
|
|
|
# Date created: 30 Dec 2001
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Lingua-EN-AddressParse
|
2011-05-11 09:38:22 +02:00
|
|
|
PORTVERSION= 1.16
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= textproc perl5 geography
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-03-19 07:56:08 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-09-22 12:30:14 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Perl module to manipulate geographical addresses
|
2002-03-19 07:56:08 +01:00
|
|
|
|
2011-05-11 09:38:22 +02:00
|
|
|
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}
|
2002-03-19 07:56:08 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2011-05-11 09:38:22 +02:00
|
|
|
MAN3= Lingua::EN::AddressParse.3 \
|
|
|
|
Lingua::EN::AddressParse::Grammar.3
|
2002-03-19 07:56:08 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|