aboutsummaryrefslogtreecommitdiffstats
path: root/databases/casstcl/Makefile
blob: c0cd684aebb96d324c3c7da6a49ae33b87edb0ad (plain) (blame)
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
# Created by: gahr
# $FreeBSD$

PORTNAME=   casstcl
PORTVERSION=    2.11
DISTVERSIONPREFIX=v
PORTREVISION=   2
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+,tea

USE_GITHUB= yes
GH_ACCOUNT= flightaware

USE_LDCONFIG=   ${PREFIX}/lib/casstcl${PORTVERSION}
PLIST_SUB+= PORTVERSION=${PORTVERSION}

.include <bsd.port.mk>