15 lines
268 B
Makefile
15 lines
268 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= DBI
|
|
DISTVERSION= 1.1.2
|
|
CATEGORIES= databases
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= R Database Interface
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|