aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-gsl/Makefile
blob: b2bbf6763acca9a6d72589099ded46babac72822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
# $FreeBSD$

PORTNAME=	gsl
DISTVERSION=	2.1-6
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>