diff options
author | tota <tota@FreeBSD.org> | 2017-08-09 14:30:49 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-08-09 14:30:49 +0800 |
commit | fb847d3549c3314e2539171b029859f7074e67c3 (patch) | |
tree | 2bc57f3c9560d5416bea04477c75e021fb98386a | |
parent | 8db4445c118ac2b86e86f15bbe0c71621bdca987 (diff) | |
download | freebsd-ports-gnome-fb847d3549c3314e2539171b029859f7074e67c3.tar.gz freebsd-ports-gnome-fb847d3549c3314e2539171b029859f7074e67c3.tar.zst freebsd-ports-gnome-fb847d3549c3314e2539171b029859f7074e67c3.zip |
- Add new port: devel/R-cran-pkgconfig
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/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/R-cran-pkgconfig/Makefile | 16 | ||||
-rw-r--r-- | devel/R-cran-pkgconfig/distinfo | 3 | ||||
-rw-r--r-- | devel/R-cran-pkgconfig/pkg-descr | 5 |
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/ |