71996850bb
* Remove MD5 line from distinfo. * Add IGNORE_WITH_PHP=4 PR: 153035 Submitted by: "Tom Judge" <tom@tomjudge.com>
29 lines
577 B
Makefile
29 lines
577 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= miwi@FreeBSD.org
|
|
COMMENT= A Php Interface to the Spread Toolkit API
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4
|
|
|
|
LICENSE= PHP301
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
IGNORE_WITH_PHP=4
|
|
|
|
CONFIGURE_ARGS+=--with-spread=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|