diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2012-01-03 11:50:35 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2012-01-03 11:50:35 +0000 |
commit | 6823f4a0645bbb9c83bfabbfe2ec754ac6f3b2ce (patch) | |
tree | ff16a3cf65798449c571d321d8bdf5df36edb6d1 /databases/php5-pdo_cassandra/Makefile | |
parent | ebe189c5a25acba4158fa675f3c3d578a560cc46 (diff) |
Notes
Diffstat (limited to 'databases/php5-pdo_cassandra/Makefile')
-rw-r--r-- | databases/php5-pdo_cassandra/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile new file mode 100644 index 000000000000..608bf82725a1 --- /dev/null +++ b/databases/php5-pdo_cassandra/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: php5-pdo_cassandra +# Date created: 2011-08-03 +# Whom: Gasol Wu <gasol.wu@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= pdo_cassandra +PORTVERSION= 0.2.1 +CATEGORIES= databases +MASTER_SITES= https://github.com/${GITHUB_USER}/php-${PORTNAME}/tarball/${GITREVISION}/ +PKGNAMEPREFIX= php5- +DISTNAME= ${GITHUB_USER}-php-${PORTNAME}-${GITTAG}-14-g${GITREVISION} + +MAINTAINER= gasol.wu@gmail.com +COMMENT= PDO driver for Apache Cassandra + +LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \ + thrift:${PORTSDIR}/devel/thrift + +GITREVISION= 7debd5b +GITTAG= 0.8-support +GITHUB_USER= mkoppanen +FETCH_ARGS= -pRr +WRKSRC= ${WRKDIR}/${GITHUB_USER}-php-${PORTNAME}-${GITREVISION} + +USE_PHP_BUILD= yes +USE_PHP= pdo +USE_PHPEXT= yes +DEFAULT_PHP_VER=5 +IGNORE_WITH_PHP=4 52 + +.include <bsd.port.mk> |