aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-spread/Makefile
blob: a087b3f485902138f976960076cdbd08882f88b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	spread
PORTVERSION=	2.1.0
PORTREVISION=	2
CATEGORIES=	devel pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
DIST_SUBDIR=	PECL

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Php Interface to the Spread Toolkit API

LICENSE=	PHP301

BUILD_DEPENDS=	${LOCALBASE}/include/sp.h:net/spread4
RUN_DEPENDS=	${LOCALBASE}/include/sp.h:net/spread4

USES=		tar:tgz
USE_PHP=	yes
USE_PHPEXT=	yes
IGNORE_WITH_PHP=	56 70

CONFIGURE_ARGS+=	--with-spread=${LOCALBASE}

.include <bsd.port.mk>