blob: a2893fb02ed2c90d705e020817f8048ce64e18ea (
plain) (
blame)
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= 3
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>
|