mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
20 lines
333 B
Makefile
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>
|