22 lines
497 B
Makefile
22 lines
497 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pkgmaker
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Package development utilities
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= R-cran-registry>0:devel/R-cran-registry \
|
|
R-cran-digest>0:security/R-cran-digest \
|
|
R-cran-stringr>0:textproc/R-cran-stringr \
|
|
R-cran-xtable>0:textproc/R-cran-xtable
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|