aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-Rdpack/Makefile
blob: 9f162e8d49f825c6267794154aee20cc86a46e5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	Rdpack
DISTVERSION=	2.1.1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Update and Manipulate Rd Documentation Objects

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-gbRd>0:devel/R-cran-gbRd \
		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>