blob: 00846dcd340fe4356588dc6dae6401b874bd3851 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: gahr
# $FreeBSD$
PORTNAME= casstcl
PORTVERSION= 2.11
DISTVERSIONPREFIX=v
CATEGORIES= databases
MAINTAINER= gahr@FreeBSD.org
COMMENT= Tcl language interface to the Cassandra database
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libcassandra.so: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
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>
|