mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
52c6bfcb72
Changelog: - https://pecl.php.net/package-changelog.php?package=eio&release=2.0.4 PR: 247650 Submitted by: Miguel Gocobachi Approved by: gasol.wu@gmail.com (maintainer)
18 lines
278 B
Makefile
18 lines
278 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eio
|
|
DISTVERSION= 2.0.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Provides interface to the libeio library
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= php:pecl
|
|
|
|
CONFIGURE_ARGS= --enable-eio
|
|
|
|
.include <bsd.port.mk>
|