aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-inotify/Makefile
blob: 6f7732fe92c072ce344122882751584293436183 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Gasol Wu <gasol.wu@gmail.com>

PORTNAME=	inotify
PORTVERSION=	3.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>