mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
654acd8140
PR: 260201
19 lines
336 B
Makefile
19 lines
336 B
Makefile
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
|
|
|
|
PORTNAME= gsl
|
|
DISTVERSION= 2.1-7.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ygy@FreeBSD.org
|
|
COMMENT= Wrapper for the Gnu Scientific Library
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libgsl.so:math/gsl
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|