1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/pecl-dio/Makefile
2013-11-02 00:05:49 +00:00

20 lines
333 B
Makefile

# $FreeBSD$
PORTNAME= dio
DISTVERSION= 0.0.7
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= flo@FreeBSD.org
COMMENT= PECL extension that provides direct access to low level IO
LICENSE= PHP30
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>