forked from Lainports/freebsd-ports
23 lines
498 B
Makefile
23 lines
498 B
Makefile
PORTNAME= inotify-simple
|
|
PORTVERSION= 1.3.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
|
|
|
|
MAINTAINER= grembo@FreeBSD.org
|
|
COMMENT= Simple wrapper around inotify
|
|
WWW= https://github.com/chrisjbillington/inotify_simple
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libinotify.so:devel/libinotify
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|