ports/devel/pecl-inotify/Makefile
2024-05-20 01:15:25 +08:00

17 lines
345 B
Makefile

PORTNAME= inotify
PORTVERSION= 3.0.0
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Inotify bindings for PHP
WWW= https://pecl.php.net/package/inotify \
https://github.com/arnaud-lb/php-inotify
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libinotify.so:devel/libinotify
USES= php:pecl
.include <bsd.port.mk>