freebsd-ports/databases/casstcl/Makefile

28 lines
530 B
Makefile
Raw Normal View History

# Created by: gahr
# $FreeBSD$
PORTNAME= casstcl
2015-09-20 16:29:25 +02:00
PORTVERSION= 2.10
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}
.include <bsd.port.mk>