aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-gsl/Makefile
blob: f5dfc1be356d244b6b520e677d8ceb378bbc3fff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>