16 lines
357 B
Makefile
16 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/07/31 15:30:41 brook Exp $
|
|
|
|
CATEGORIES= devel R
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/gaborcsardi/pkgconfig
|
|
COMMENT= Private configuration for R packages
|
|
LICENSE= mit
|
|
|
|
R_PKGNAME= pkgconfig
|
|
R_PKGVER= 2.0.2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|