2021-09-20 06:11:53 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2021/09/20 04:11:53 mef Exp $
|
2014-09-19 22:53:02 +02:00
|
|
|
|
2019-08-08 21:53:36 +02:00
|
|
|
R_PKGNAME= countrycode
|
2021-09-20 06:11:53 +02:00
|
|
|
R_PKGVER= 1.3.0
|
2019-08-08 21:53:36 +02:00
|
|
|
CATEGORIES= geography
|
2014-09-19 22:53:02 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
COMMENT= Convert country names and country codes
|
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
2021-09-20 06:11:53 +02:00
|
|
|
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
|
|
|
|
TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
|
|
|
|
TEST_DEPENDS+= R-utf8-[0-9]*:../../textproc/R-utf8
|
|
|
|
|
2019-07-31 17:57:08 +02:00
|
|
|
USE_LANGUAGES= # none
|
2014-09-19 22:53:02 +02:00
|
|
|
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|