freebsd-ports/devel/R-cran-gdata/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

22 lines
436 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= gdata
PORTVERSION= 2.18.0
PORTREVISION= 1
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:devel/R-cran-gtools
USES= cran:auto-plist perl5 shebangfix
USE_PERL5= run
SHEBANG_FILES= inst/perl/*.pl
.include <bsd.port.mk>