aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-pkgconfig/Makefile16
-rw-r--r--devel/R-cran-pkgconfig/distinfo3
-rw-r--r--devel/R-cran-pkgconfig/pkg-descr5
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 15db279264d9..9032684a9062 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -38,6 +38,7 @@
SUBDIR += R-cran-magrittr
SUBDIR += R-cran-memoise
SUBDIR += R-cran-microbenchmark
+ SUBDIR += R-cran-pkgconfig
SUBDIR += R-cran-pkgmaker
SUBDIR += R-cran-plogr
SUBDIR += R-cran-plyr
diff --git a/devel/R-cran-pkgconfig/Makefile b/devel/R-cran-pkgconfig/Makefile
new file mode 100644
index 000000000000..797c0926a783
--- /dev/null
+++ b/devel/R-cran-pkgconfig/Makefile
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pkgconfig
+PORTVERSION= 2.0.1
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Private Configuration for 'R' Packages
+
+LICENSE= MIT
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-pkgconfig/distinfo b/devel/R-cran-pkgconfig/distinfo
new file mode 100644
index 000000000000..a7d5f555d86b
--- /dev/null
+++ b/devel/R-cran-pkgconfig/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1500863048
+SHA256 (pkgconfig_2.0.1.tar.gz) = ab02b2a4b639ba94dcba882a059fe9cddae5498a4309841f764b62ec46ba5a40
+SIZE (pkgconfig_2.0.1.tar.gz) = 6084
diff --git a/devel/R-cran-pkgconfig/pkg-descr b/devel/R-cran-pkgconfig/pkg-descr
new file mode 100644
index 000000000000..5ce6224de7b0
--- /dev/null
+++ b/devel/R-cran-pkgconfig/pkg-descr
@@ -0,0 +1,5 @@
+Set configuration options on a per-package basis. Options set by a
+given package only apply to that package, other packages are
+unaffected.
+
+WWW: https://cran.r-project.org/web/packages/pkgconfig/