mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
16 lines
278 B
Makefile
16 lines
278 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBI
|
|
DISTVERSION= 0.7
|
|
CATEGORIES= databases
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= R Database Interface
|
|
|
|
LICENSE= LGPL20+
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|