freebsd-ports/devel/pecl-dio/Makefile
Florian Smeets 43d6fb8dee - change MAINTAINER to my @FreeBSD.org address
Approved by: jadawin (mentor)
2010-12-27 22:02:09 +00:00

25 lines
475 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.4RC4
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
IGNORE_WITH_PHP=4
.include <bsd.port.mk>