1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/pecl-dio/Makefile
Florian Smeets 7cac0b1868 Do not restrict pecl-dio to php 5.3 any longer. It works with 5.3 and 5.4 now.
I forgot to do this in the last commit.
2012-07-06 20:35:57 +00:00

26 lines
470 B
Makefile

# New ports collection makefile for: pecl-dio
# Date created: 2010-12-23
# Whom: Florian Smeets <flo@smeets.im>
#
# $FreeBSD$
#
PORTNAME= dio
DISTVERSION= 0.0.6
PORTREVISION= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= flo@FreeBSD.org
COMMENT= A PECL extension that provides direct access to low level IO
LICENSE= PHP30
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>