2012-11-04 14:51:14 +01:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2009-02-08 22:45:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= memcached
|
2019-12-08 18:32:16 +01:00
|
|
|
PORTVERSION= 3.1.5
|
2009-02-08 22:45:53 +01:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
2014-12-30 19:28:32 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2009-02-08 22:45:53 +01:00
|
|
|
COMMENT= PHP extension for interfacing with memcached via libmemcached library
|
|
|
|
|
2012-05-17 12:51:53 +02:00
|
|
|
LICENSE= PHP30
|
2016-04-16 23:28:19 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2012-05-17 12:51:53 +02:00
|
|
|
|
2017-11-23 20:09:00 +01:00
|
|
|
BUILD_DEPENDS= libmemcached>=1.0.18:databases/libmemcached
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libmemcached.so:databases/libmemcached
|
2009-02-08 22:45:53 +01:00
|
|
|
|
2018-10-14 18:28:10 +02:00
|
|
|
USES= php:pecl pkgconfig
|
|
|
|
USE_PHP= json:build session:build
|
|
|
|
|
2016-04-16 23:28:19 +02:00
|
|
|
CONFIGURE_ARGS= --with-libmemcached-dir=${LOCALBASE}
|
2009-02-08 22:45:53 +01:00
|
|
|
|
2019-09-03 21:08:46 +02:00
|
|
|
OPTIONS_DEFINE= IGBINARY SASL
|
|
|
|
OPTIONS_DEFAULT=SASL
|
|
|
|
IGBINARY_DESC= Binary serializer support
|
|
|
|
|
2015-03-21 21:50:59 +01:00
|
|
|
IGBINARY_CONFIGURE_ENABLE= memcached-igbinary
|
2016-06-29 15:51:49 +02:00
|
|
|
IGBINARY_USE= PHP=igbinary:build
|
2015-03-21 21:50:59 +01:00
|
|
|
SASL_CONFIGURE_ENABLE= memcached-sasl
|
2016-04-01 16:00:51 +02:00
|
|
|
SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
|
2010-01-31 15:35:15 +01:00
|
|
|
|
2017-02-09 00:45:36 +01:00
|
|
|
.include <bsd.port.mk>
|