freebsd-ports/math/R-cran-gsl/Makefile
Nuno Teixeira 0b53f60dab math/R-cran-gsl: Take maintainership
- Switch WWW url to r-project.org
2024-09-15 11:33:47 +01:00

17 lines
341 B
Makefile

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