mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
7cac0b1868
I forgot to do this in the last commit.
26 lines
470 B
Makefile
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>
|