pkgsrc/net/upnpinspector/Makefile

23 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.21 2022/01/05 20:47:36 wiz Exp $
DISTNAME= UPnP-Inspector-0.2.2
PKGREVISION= 7
CATEGORIES= net
#MASTER_SITES= http://coherence.beebits.net/download/
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://coherence.beebits.net/
COMMENT= UPnP analyzer
LICENSE= mit
DEPENDS+= coherence>=0.6.4:../../net/coherence
DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
USE_PKG_RESOURCES= yes
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"