freebsd-ports/net/py-coherence/Makefile
Pawel Pekala 3bb09a6bb5 Coherence is a framework written in Python, providing a variety of UPnP
MediaServer and UPnP MediaRenderer implementations for instant use.

WWW: http://coherence-project.org
WWW: https://pypi.python.org/pypi/Coherence

PR:		209774
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-07-17 15:12:55 +00:00

29 lines
702 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= Coherence
PORTVERSION= 0.6.6.2
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= DLNA/UPnP media server and framework for the digital living
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENCE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3:devel/py-configobj \
${PYTHON_PKGNAMEPREFIX}twisted>8.2:devel/py-twisted \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}Louie>0:devel/py-louie
USE_GITHUB= yes
GH_ACCOUNT= coherence-project
GH_TAGNAME= 4d5ee5f
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>