2015-06-20 10:57:16 +02:00
|
|
|
# Created by: gahr
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= casstcl
|
2015-09-20 16:29:25 +02:00
|
|
|
PORTVERSION= 2.10
|
2015-06-20 10:57:16 +02:00
|
|
|
DISTVERSIONPREFIX=v
|
|
|
|
CATEGORIES= databases
|
|
|
|
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
|
|
COMMENT= Tcl language interface to the Cassandra database
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
|
|
|
LIB_DEPENDS= libcassandra.so:${PORTSDIR}/databases/cassandra-cpp-driver
|
|
|
|
|
|
|
|
USES= autoreconf tcl:85+
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \
|
|
|
|
--exec-prefix=${PREFIX}
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= flightaware
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2015-06-24 18:19:31 +02:00
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
2015-06-20 10:57:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|