24 lines
687 B
Makefile
24 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/07 13:57:32 asau Exp $
|
|
|
|
DISTNAME= py-kqueue-2.0
|
|
PKGNAME= ${PYPKGPREFIX}-twisted-kqueue-2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jdolecek/
|
|
|
|
MAINTAINER= milos.negovanovic@googlemail.com
|
|
COMMENT= Python interface to kqueue, suitable for Twisted
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
# need to get definition of PKG_HAVE_KQUEUE
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !defined(PKG_HAVE_KQUEUE)
|
|
PKG_FAIL_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}, needs OS support for kqueue(2)"
|
|
.endif
|
|
|
|
CONFLICTS+= ${PYPKGPREFIX}-kqueue-[0-9]*
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|