freebsd-ports/misc/p5-Locale-SubCountry/Makefile

23 lines
443 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
PORTNAME= Locale-SubCountry
PORTVERSION= 2.07
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
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-JSON>=1:converters/p5-JSON
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>