diff options
author | tota <tota@FreeBSD.org> | 2017-05-07 06:54:10 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-05-07 06:54:10 +0800 |
commit | 051abc89f1f7cb6fb0d5ab21018e9e203c576018 (patch) | |
tree | 47bc796578891da68fa40ca52018ff779d482f1a /devel/R-cran-memoise/Makefile | |
parent | 9cd01307451a60211cc0bf29aebdcf9da32af54a (diff) | |
download | freebsd-ports-gnome-051abc89f1f7cb6fb0d5ab21018e9e203c576018.tar.gz freebsd-ports-gnome-051abc89f1f7cb6fb0d5ab21018e9e203c576018.tar.zst freebsd-ports-gnome-051abc89f1f7cb6fb0d5ab21018e9e203c576018.zip |
- Update to 1.1.0
- Update WWW: line in pkg-descr
Diffstat (limited to 'devel/R-cran-memoise/Makefile')
-rw-r--r-- | devel/R-cran-memoise/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/R-cran-memoise/Makefile b/devel/R-cran-memoise/Makefile index 261189ab410e..7cf6ec8b4780 100644 --- a/devel/R-cran-memoise/Makefile +++ b/devel/R-cran-memoise/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= memoise -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,7 +11,9 @@ COMMENT= Memoise functions for R LICENSE= MIT -RUN_DEPENDS= R-cran-digest>=0.6.3:security/R-cran-digest +CRAN_DEPENDS= R-cran-digest>=0.6.3:security/R-cran-digest +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist |