- MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
19 lines
349 B
Makefile
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>
|