freebsd-ports/devel/pecl-spread/Makefile
Martin Wilke 1226e8ade6 - Update to 2.1.0
PR:		128360
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2009-01-15 11:48:32 +00:00

24 lines
501 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.1.0
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/spread4
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>