16 lines
285 B
Makefile
16 lines
285 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtools
|
|
PORTVERSION= 3.2.1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Various R programming tools
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|