aboutsummaryrefslogtreecommitdiffstats
path: root/databases/R-cran-DBI/Makefile
blob: e9441776db969ddecb27221712595fe6db30196a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   DBI
DISTVERSION=    0.2-7
PORTREVISION=   3
CATEGORIES= databases
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    R Database Interface

LICENSE=    LGPL20 LGPL21 LGPL3
LICENSE_COMB=   dual

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.mk>