freebsd-ports/devel/R-cran-gdata/Makefile
David Naylor e288e58754 Convert Mk/bsd.cran.mk to the Uses framework.
PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
2013-12-28 10:28:40 +00:00

20 lines
407 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= gdata
PORTVERSION= 2.13.2
PORTREVISION= 2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Various R programming tools for data manipulation
LICENSE= GPLv2
RUN_DEPENDS= R-cran-gtools>0:${PORTSDIR}/devel/R-cran-gtools
USES= cran:auto-plist perl5
USE_PERL5= run
.include <bsd.port.mk>