freebsd-ports/net/py-upnp-inspector/Makefile
Pawel Pekala ed8ce3ad6a The Inspector is an UPnP Device and Service analyzer, and a debugging tool,
based on the Coherence DLNA/UPnP framework.
Modeled loosely after the Intel UPnP Device Spy and Device Validator.

WWW: http://coherence.beebits.net/wiki/UPnP-Inspector/

PR:		209775
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-07-17 18:53:40 +00:00

22 lines
490 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= UPnP-Inspector
PORTVERSION= 0.2.2
CATEGORIES= net python
MASTER_SITES= http://coherence.beebits.net/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= UPnP Device and Service analyzer
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENCE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Coherence>=0.6.4:net/py-coherence
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>