freebsd-ports/devel/pecl-spread/Makefile
Martin Wilke 07e7ab77c0 pecl-spread is a extension for PHP to support the Spread toolkit API.
While Spread is an open source toolkit that provides a high performance
messaging service that is resilient to faults across local and wide area
networks.

WWW: http://pecl.php.net/package/spread/

PR:		ports/124442
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-06-19 00:20:16 +00:00

25 lines
500 B
Makefile

# New ports collection makefile for: pecl-spread
# Date created: 10 June 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= spread
PORTVERSION= 2.0.2
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= wenheping@gmail.com
COMMENT= A Php Interface to the Spread Toolkit API
BUILD_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>