blob: ef764cb3e6598c589606296eda121907f2adb876 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= pkgmaker
PORTVERSION= 0.31.1
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Package development utilities
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-registry>0:devel/R-cran-registry \
R-cran-digest>0:security/R-cran-digest \
R-cran-stringi>0:textproc/R-cran-stringi \
R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-stringr>0:textproc/R-cran-stringr \
R-cran-xtable>0:textproc/R-cran-xtable \
R-cran-withr>0:devel/R-cran-withr \
R-cran-bibtex>=0.4:textproc/R-cran-bibtex \
R-cran-assertthat>0:math/R-cran-assertthat
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>
|