21 lines
498 B
Makefile
21 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/04/11 19:02:04 ryoon Exp $
|
|
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/stringi/
|
|
COMMENT= Character String Processing Facilities
|
|
LICENSE= modified-bsd
|
|
|
|
R_PKGNAME= stringi
|
|
R_PKGVER= 1.0-1
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
BROKEN= "downloads during build"
|
|
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|