freebsd-ports/databases/R-cran-RSQLite.extfuns/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

20 lines
428 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= RSQLite.extfuns
PORTVERSION= 0.0.1
PORTREVISION= 7
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= SQLite extension functions for RSQLite
LICENSE= APACHE20
BUILD_DEPENDS= R-cran-RSQLite>=0.11.1:databases/R-cran-RSQLite
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>