pkgsrc/net/upnpinspector/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

21 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/04/26 13:14:10 maya Exp $
DISTNAME= UPnP-Inspector-0.2.2
PKGREVISION= 4
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_INCOMPATIBLE= 36 37 # py-gtk2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"