freebsd-ports/devel/R-cran-pkgmaker/Makefile
TAKATSU Tomonari e01186dcd7 - Add new port: devel/R-cran-pkgmaker
This package provides some low-level utilities to use for package
  development. It currently provides managers for multiple package
  specific options and registries, vignette, unit test and bibtex
  related utilities. It serves as a base package for packages like
  NMF, RcppOctave, doRNG, and as an incubator package for other general
  purposes utilities, that will eventually be packaged separately.
  It is still under heavy development and changes in the interface(s)
  are more than likely to happen.

  WWW: https://cran.r-project.org/web/packages/pkgmaker/
2015-08-10 12:36:54 +00:00

22 lines
545 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:${PORTSDIR}/devel/R-cran-registry \
R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \
R-cran-stringr>0:${PORTSDIR}/textproc/R-cran-stringr \
R-cran-xtable>0:${PORTSDIR}/textproc/R-cran-xtable
USES= cran:auto-plist
.include <bsd.port.mk>