ports/databases/php-mdcached/Makefile
Alex Dupre 83688fcd9f Update to 1.0.6 release.
Submitted by:	maintainer
2012-05-09 10:30:32 +00:00

27 lines
648 B
Makefile

# New ports collection makefile for: php-mdcached
# Date created: 8 February 2012
# Whom: Ivan Voras <ivoras@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mdcached
PORTVERSION= 1.0.6
CATEGORIES= databases devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= php-
EXTRACT_SUFX= .tgz
MAINTAINER= ivoras@FreeBSD.org
COMMENT= The PHP client library for Bullet Cache (mdcached)
LICENSE= BSD
LIB_DEPENDS= mdcached.1:${PORTSDIR}/databases/mdcached
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-mdcached
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}/client_php/${PORTNAME}
.include <bsd.port.mk>