summaryrefslogtreecommitdiff
path: root/www/pecl-varnish/Makefile
blob: 56a5c78846febbb695f5ef309c361a1e1209abac (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
28
# Created by: Jim Ohlstein <jim@ohlste.in>
# $FreeBSD$

PORTNAME=	varnish
PORTVERSION=	1.2.1
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
DIST_SUBDIR=	PECL

MAINTAINER=	jim@ohlste.in
COMMENT=	Varnish cache extension

LICENSE=	BSD2CLAUSE

BROKEN=		fails to build

BUILD_DEPENDS=	varnish4>=0:www/varnish4

USES=	tar:tgz
USE_PHP=	hash
USE_PHP_BUILD=	yes
USE_PHPEXT=	yes

IGNORE_WITH_PHP=	52

.include <bsd.port.mk>