freebsd-ports/www/pecl-varnish/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

28 lines
459 B
Makefile

# 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>