freebsd-ports/devel/R-cran-registry/Makefile
TAKATSU Tomonari 7491b5152e - Add new port: devel/R-cran-registry
Provides a generic infrastructure for creating and using registries.

  WWW: https://cran.r-project.org/web/packages/registry/
2015-08-10 12:23:16 +00:00

16 lines
280 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= registry
PORTVERSION= 0.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Registry infrastructure
LICENSE= GPLv2
USES= cran:auto-plist
.include <bsd.port.mk>