freebsd-ports/devel/py-mygpoclient/Makefile
Ruslan Makhmatkhanov f2bc54bb98 This library provides an easy and structured way to access the gpodder.net web
services. In addition to subscription list synchronization and storage, the
advanced API support allows to upload and download episode status changes.

WWW:	http://thp.io/2010/mygpoclient/

Until now this package has installed with multimedia/gpodder, it's time to
make it a separate package.
2012-05-01 18:21:43 +00:00

23 lines
474 B
Makefile

# New ports collection makefile for: py-mygpoclient
# Date created: 01 May 2012
# Whom: Ruslan Mahmatkhanov <rm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mygpoclient
PORTVERSION= 1.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://thp.io/2010/mygpoclient/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= The gpodder.net API Client Library for Python
LICENSE= GPLv3
USE_PYTHON= -2.7
USE_PYDISTUTILS=yes
.include <bsd.port.mk>