Files
ports/devel/pecl-vld/Makefile
T
Antoine Brodin 6c52583c8b Ignore with PHP 8.0
Reported by:	pkg-fallout
2020-12-29 09:14:44 +00:00

20 lines
323 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= vld
PORTVERSION= 0.17.0
CATEGORIES= devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Dump the internal representation of PHP scripts
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
IGNORE_WITH_PHP= 80
CONFIGURE_ARGS= --enable-vld
.include <bsd.port.mk>