opnsense-ports/devel/pecl-inotify/Makefile

19 lines
314 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= inotify
PORTVERSION= 2.0.0
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Inotify bindings for PHP
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libinotify.so:devel/libinotify
USES= php:pecl
.include <bsd.port.mk>