f2bc54bb98
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.
23 lines
474 B
Makefile
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>
|