aboutsummaryrefslogtreecommitdiff
path: root/science/R-cran-udunits2/Makefile
blob: 0cd5d1df93d41ccee9129c0b20d5580f3836165d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	udunits2
PORTVERSION=	0.13.2.1
CATEGORIES=	science
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Udunits-2 Bindings for R

LICENSE=	GPLv2

LIB_DEPENDS=	libudunits2.so:science/udunits \
		libexpat.so:textproc/expat2

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>