opnsense-ports/math/R-cran-polynom/Makefile
Franco Fichtner 9db3b7b9ea */*: sync with upstream
Taken from: FreeBSD
2023-04-24 07:58:56 +02:00

15 lines
335 B
Makefile

PORTNAME= polynom
DISTVERSION= 1.4-1
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Functions to Implement a Class for Univariate Polynomial Manipulations
WWW= https://cran.r-project.org/web/packages/polynom/
LICENSE= GPLv2
USES= cran:auto-plist
.include <bsd.port.mk>