blob: 9e1393248cb14a427e10f0f4b9154147b035e560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= polynom
DISTVERSION= 1.4-0
PORTREVISION= 2
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>
|