summaryrefslogtreecommitdiff
path: root/devel/py-pyinotify/Makefile
blob: c79c824e4129fd62e7b3f5fe5a82dfb0f2f74490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	pyinotify
PORTVERSION=	0.9.6
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR=source/p/pyinotify
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	jpaetzel@FreeBSD.org
COMMENT=	Python interface to (lib)inotify

LICENSE=	MIT

LIB_DEPENDS=	libinotify.so:${PORTSDIR}/devel/libinotify

USES=		python
USE_PYTHON=	distutils

.include <bsd.port.mk>