23 lines
499 B
Makefile
23 lines
499 B
Makefile
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
|
|
|
|
PORTNAME= Locale-US
|
|
PORTVERSION= 3.04
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Two letter codes for state identification in the United States
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Data-Section-Simple>=0:devel/p5-Data-Section-Simple
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|