blob: d47515cf0bd31e643b6d1b3eee4d802d10ddd942 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= udunits2
PORTVERSION= 0.13
PORTREVISION= 2
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>
|