2016-07-17 20:53:40 +02:00
|
|
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= UPnP-Inspector
|
|
|
|
PORTVERSION= 0.2.2
|
2018-06-19 03:43:46 +02:00
|
|
|
PORTREVISION= 1
|
2016-07-17 20:53:40 +02:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= http://coherence.beebits.net/download/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2018-02-25 01:40:37 +01:00
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2016-07-17 20:53:40 +02:00
|
|
|
COMMENT= UPnP Device and Service analyzer
|
|
|
|
|
|
|
|
LICENSE= PD
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Coherence>=0.6.4:net/py-coherence@${PY_FLAVOR}
|
2016-07-17 20:53:40 +02:00
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python:2.7
|
2018-06-19 03:43:46 +02:00
|
|
|
USE_PYTHON= distutils concurrent autoplist
|
2016-07-17 20:53:40 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|