freebsd-ports/devel/pecl-request/Makefile
Antoine Brodin d926c2a565 Those ports are not compatible with php 7.3
Reported by:	pkg-fallout
2018-10-12 06:23:47 +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= 56 72 73
.include <bsd.port.mk>