freebsd-ports/devel/pecl-request/Makefile
Antoine Brodin 2de6d0986d Ignore with php 7.4
Reported by:	pkg-fallout
2019-09-22 07:14:00 +00:00

17 lines
331 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= request
PORTVERSION= 1.0.0b1
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= Provides server-side request and response objects for PHP 7
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= php:pecl
IGNORE_WITH_PHP= 72 73 74
.include <bsd.port.mk>