1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/pecl-inotify/Makefile
2014-02-14 17:16:19 +00:00

26 lines
493 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= inotify
PORTVERSION= 0.1.6
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= This extension allows to use inotify functions in a PHP scripts
LICENSE= PHP301
LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
.include <bsd.port.mk>