aboutsummaryrefslogtreecommitdiffstats
path: root/science/R-cran-udunits2/Makefile
blob: d3a4328782f352d3b5b091401528b2c8a889c0c2 (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=   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>