18 lines
384 B
Makefile
18 lines
384 B
Makefile
PORTNAME= udunits2
|
|
PORTVERSION= 0.13.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= science
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Udunits-2 Bindings for R
|
|
WWW= https://cran.r-project.org/web/packages/udunits2/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libudunits2.so:science/udunits \
|
|
libexpat.so:textproc/expat2
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|