17df1b8604
This module maps country names, and their 2-letter, 3-letter and numerical codes, as defined by the ISO-3166 maintenance agency [1], and defined by the UNSD.
17 lines
348 B
Makefile
17 lines
348 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/09 22:12:51 jasper Exp $
|
|
|
|
COMMENT = 2-letter, 3-letter, and numerical codes for countries
|
|
|
|
DISTNAME = Geography-Countries-1.4
|
|
CATEGORIES = geo devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|