freebsd-ports/textproc/p5-Lingua-EN-AddressParse/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

27 lines
739 B
Makefile

# New ports collection makefile for: Lingua::EN::AddressParse
# Date created: 30 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Lingua-EN-AddressParse
PORTVERSION= 1.16
CATEGORIES= textproc perl5 geography
MASTER_SITES= CPAN
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}
PERL_CONFIGURE= yes
MAN3= Lingua::EN::AddressParse.3 \
Lingua::EN::AddressParse::Grammar.3
.include <bsd.port.mk>