freebsd-ports/misc/p5-Locale-SubCountry/Makefile
Andrej Zverev d98e1893f3 - Convert to new perl framework
- Trim Makefile header
2013-07-31 14:36:21 +00:00

22 lines
423 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Locale-SubCountry
PORTVERSION= 1.62
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert state, province, county etc. names to/from code
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
MAN3= Locale::SubCountry.3 \
Locale::SubCountry::Data.3
.include <bsd.port.mk>