aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-miscTools/Makefile
blob: 2150d3981572bc0132949a7bee8182e7ea3c01b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	miscTools
DISTVERSION=	0.6-22
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Miscellaneous small tools and utilities for R

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

USES=		cran:auto-plist

.include <bsd.port.mk>