1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/py-pyinotify/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

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>