mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
aa7a6c429e
With hat: portmgr
22 lines
378 B
Makefile
22 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pyinotify
|
|
PORTVERSION= 0.9.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP/source/p/pyinotify
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jpaetzel@FreeBSD.org
|
|
COMMENT= Python interface to (lib)inotify
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libinotify.so:devel/libinotify
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils py3kplist
|
|
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|