freebsd-ports/math/R-cran-polynom/Makefile
2022-04-14 16:04:53 +08:00

13 lines
264 B
Makefile

PORTNAME= polynom
DISTVERSION= 1.4-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>