1a9ab32a0d
corresponding alpha-2 and alpha-3 codes. Additional support has been added for ISO 4127 currency information and standard conventions for states in the USA (based on the the 3166-2:US code). ISO 3166 country codes reference: http://en.wikipedia.org/wiki/ISO_3166-1 ISO 4217 currency information: http://www.xe.com/iso4217.php http://www.xe.com/symbols.php ISO 3166-2:US code reference: http://code.google.com/apis/chart/statecodes.html http://en.wikipedia.org/wiki/ISO_3166-2:US ISO 639 language reference: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes WWW: http://github.com/SunDawg/country_codes PR: ports/156678 Submitted by: Eric Freeman <freebsdports at chillibear.com>
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# Ports collection makefile for: rubygem-sundawg_country_codes
|
|
# Date created: 27 April 2011
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sundawg_country_codes
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Manage ISO 3166 country names and codes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|