pkgsrc/net/upnpinspector/Makefile
obache bc424254f3 Fixes dependency, PR pkg/48169
* from requires.txt of egg-info, coherence>=0.6.4 is required
* python gtk2 module is used in various location

Bump PKGREVISION.
2013-09-01 09:19:16 +00:00

21 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/09/01 09:19:16 obache Exp $
#
DISTNAME= UPnP-Inspector-0.2.2
PKGREVISION= 3
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
EGG_NAME= UPnP_Inspector-0.2.2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"