freebsd-ports/databases/R-cran-RSQLite/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

19 lines
414 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= RSQLite
PORTVERSION= 1.0.0
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Database Interface R driver for SQLite
LICENSE= LGPL20
BUILD_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI
RUN_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI
USES= cran:auto-plist
.include <bsd.port.mk>