aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Geography-Countries/Makefile
blob: 365e2955c2fa805fc080c0ecf5a5972e29687688 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Geography-Countries
PORTVERSION=	2009041301
PORTREVISION=	1
CATEGORIES=	misc perl5 geography
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	dikshie@lapi.itb.ac.id
COMMENT=	Handle ISO-3166 country codes
WWW=		https://metacpan.org/release/Geography-Countries

LICENSE=	MIT

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure
CONFIGURE_ARGS=	INSTALLDIRS='site'

.include <bsd.port.mk>