aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-polynom/Makefile
blob: aa67fbe56f085a1b55ec319dea275a22ad7ed3cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	polynom
DISTVERSION=	1.3-9
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Functions to Implement a Class for Univariate Polynomial Manipulations

LICENSE=	GPLv2

USES=		cran:auto-plist

.include <bsd.port.mk>