7814d8b150
This module maps country names, and their 2-letter, 3-letter and numerical codes, as defined by the ISO-3166 maintenance agency, and defined by the UNSD. WWW: http://search.cpan.org/dist/Geography-Countries/ PR: ports/82022 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# New ports collection makefile for: misc/p5-Geography-Countries
|
|
# Date created: 05 June 2005
|
|
# Whom: dikshie <dikshie@lapi.itb.ac.id>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Geography-Countries
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Geography
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dikshie@lapi.itb.ac.id
|
|
COMMENT= Handle ISO-3166 country codes
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= INSTALLDIRS='site'
|
|
|
|
MAN3= Geography::Countries.3
|
|
|
|
.include <bsd.port.mk>
|