511e7485f8
accelerator. The extension makes it possible to interact with a running varnish instance through TCP socket or shared memory. WWW: http://pecl.php.net/package/varnish PR: ports/186283 Submitted by: Jim Ohlstein <jim@ohlste.in>
25 lines
442 B
Makefile
25 lines
442 B
Makefile
# Created by: Jim Ohlstein <jim@ohlste.in>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= varnish
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= jim@ohlste.in
|
|
COMMENT= Varnish cache extension
|
|
|
|
LICENSE= BSD
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/sbin/varnishd:${PORTSDIR}/www/varnish
|
|
|
|
USE_PHP= hash
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
|
|
IGNORE_WITH_PHP= 52
|
|
|
|
.include <bsd.port.mk>
|