e80e131996
synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota
19 lines
341 B
Makefile
19 lines
341 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBI
|
|
DISTVERSION= 0.2-7
|
|
PORTREVISION= 1
|
|
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>
|