1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/databases/R-cran-sqldf/Makefile
Gerald Pfeifer 1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00

26 lines
724 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= sqldf
DISTVERSION= 0.4-7
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>