freebsd-ports/devel/py-pyinotify/Makefile
Mathieu Arnold 7f304f0633 Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
2016-06-06 15:25:42 +00:00

19 lines
349 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
USE_PYTHON= distutils
.include <bsd.port.mk>