freebsd-ports/multimedia/py-soco/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

23 lines
431 B
Makefile

# $FreeBSD$
PORTNAME= soco
PORTVERSION= 0.10
DISTVERSIONPREFIX= v
CATEGORIES= multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= conall@conall.net
COMMENT= Python library to control Sonos speakers
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
USE_GITHUB= yes
GH_ACCOUNT= SoCo
GH_PROJECT= SoCo
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>