freebsd-ports/math/R-cran-gsl/Makefile
2023-01-25 19:24:14 -05:00

16 lines
311 B
Makefile

PORTNAME= gsl
DISTVERSION= 2.1-8
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Wrapper for the Gnu Scientific Library
WWW= https://github.com/RobinHankin/gsl
LICENSE= GPLv3
LIB_DEPENDS= libgsl.so:math/gsl
USES= cran:auto-plist,compiles
.include <bsd.port.mk>