freebsd-ports/databases/R-cran-sqldf/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

25 lines
726 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= sqldf
DISTVERSION= 0.4-7.1
PORTREVISION= 1
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= SQL select on R data frames
LICENSE= GPLv2
BUILD_DEPENDS= R-cran-proto>=0.3.9.2_6:${PORTSDIR}/devel/R-cran-proto \
R-cran-chron>=2.3.42:${PORTSDIR}/devel/R-cran-chron \
R-cran-gsubfn>=0.6.4:${PORTSDIR}/devel/R-cran-gsubfn \
R-cran-DBI>=0.2.5_6:${PORTSDIR}/databases/R-cran-DBI \
R-cran-RSQLite>=0.11.1:${PORTSDIR}/databases/R-cran-RSQLite \
R-cran-RSQLite.extfuns>=0.0.1:${PORTSDIR}/databases/R-cran-RSQLite.extfuns
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>