diff options
Diffstat (limited to 'databases/php5-pdo_cassandra/Makefile')
| -rw-r--r-- | databases/php5-pdo_cassandra/Makefile | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile deleted file mode 100644 index 94579b853c11..000000000000 --- a/databases/php5-pdo_cassandra/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= pdo_cassandra -PORTVERSION= 0.2.1 -PORTREVISION= 17 -CATEGORIES= databases -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= gasol.wu@gmail.com -COMMENT= PDO driver for Apache Cassandra - -LICENSE= APACHE20 - -BROKEN= fails to build -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 -BROKEN_powerpc64= Does not build - -LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs - -USE_GITHUB= yes -GH_ACCOUNT= mkoppanen -GH_PROJECT= php-${PORTNAME} -GH_TAGNAME= 7debd5b - -USES= compiler:c++11-lib php:ext pkgconfig -USE_CXXSTD= c++11 -USE_PHP= pdo:build - -IGNORE_WITH_PHP= 70 71 72 - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/thrift/bsd.thrift.mk" - -THRIFT_MAJOR_VER= ${THRIFT_PORTVERSION:R:R} -THRIFT_MINOR_VER= ${THRIFT_PORTVERSION:R:E} -THRIFT_PATCH_VER= ${THRIFT_PORTVERSION:E} - -.if ${THRIFT_MAJOR_VER} >= 0 || ${THRIFT_MINOR_VER} >= 9 || ${THRIFT_PATCH_VER} >= 1 -LIB_DEPENDS+= libthrift.so:devel/thrift-cpp -BUILD_DEPENDS+= ${LOCALBASE}/bin/thrift:devel/thrift -.else -LIB_DEPENDS+= libthrift.so:devel/thrift -.endif - -post-configure: - ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/Cassandra.cpp - ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/Cassandra.h - ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/cassandra_types.cpp - -.include <bsd.port.post.mk> |
