freebsd-ports/misc/p5-Locale-SubCountry/Makefile
2019-04-07 20:07:11 +00:00

24 lines
464 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Locale-SubCountry
PORTVERSION= 2.05
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= dos2unix perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>