Files
ports/math/R-cran-polynom/Makefile
2019-03-25 05:58:02 +00:00

16 lines
277 B
Makefile

# $FreeBSD$
PORTNAME= polynom
DISTVERSION= 1.4-0
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>