pkgsrc/geography/R-countrycode/Makefile
mef 2b464350fe Update 0.17 to 0.18
Version 0.18 (2014-12-17)
-------------------------
* Nils Enevoldsen did wonderful work refactoring most of the regex in the dictionary.
* Nils also added a bunch of tests. Thanks!
* Added Tokelau
2015-07-26 13:30:21 +00:00

15 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/07/26 13:30:21 mef Exp $
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/countrycode/
COMMENT= Convert country names and country codes
LICENSE= gnu-gpl-v3
R_PKGNAME= countrycode
R_PKGVER= 0.18
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"