8eb5be564f
Reported by: portscout
18 lines
417 B
Makefile
18 lines
417 B
Makefile
PORTNAME= Rdpack
|
|
DISTVERSION= 2.5
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Update and Manipulate Rd Documentation Objects
|
|
WWW= https://cran.r-project.org/web/packages/Rdpack/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
CRAN_DEPENDS= R-cran-rbibutils>=1.3:textproc/R-cran-rbibutils
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|