forked from Lainports/opnsense-ports
16 lines
358 B
Makefile
16 lines
358 B
Makefile
PORTNAME= Rdpack
|
|
DISTVERSION= 2.6.1
|
|
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+
|
|
|
|
RUN_DEPENDS= R-cran-rbibutils>=1.3:textproc/R-cran-rbibutils
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|