1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/pecl-eio/Makefile
Martin Wilke 337a7fa041 - Marke these ports as stage safe
- While here remove php4 gruft
2014-01-23 15:12:50 +00:00

23 lines
407 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= eio
PORTVERSION= 1.2.1
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Provides interface to the libeio library
LICENSE= PHP301
CONFIGURE_ARGS= --enable-eio
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP= 52
.include <bsd.port.mk>