aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-eio/Makefile
blob: b813dae8376b4e5f8a2af48259046dcbf267768a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Gasol Wu <gasol.wu@gmail.com>

PORTNAME=	eio
DISTVERSION=	2.0.4
CATEGORIES=	devel

MAINTAINER=	gasol.wu@gmail.com
COMMENT=	Provides interface to the libeio library

LICENSE=	PHP301

# Remove these when upgraded to 3.0.0 which supports php8
DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
EXPIRATION_DATE=2022-11-28

USES=		php:pecl
IGNORE_WITH_PHP=	80 81 82

CONFIGURE_ARGS=	--enable-eio

.include <bsd.port.mk>