6fd72d2308
The mygpoclient 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. ok sthen@
24 lines
444 B
Makefile
24 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/20 10:50:41 jasper Exp $
|
|
|
|
COMMENT= gpodder.net client library
|
|
|
|
MODPY_EGG_VERSION= 1.6
|
|
DISTNAME= mygpoclient-${MODPY_EGG_VERSION}
|
|
CATEGORIES= net devel
|
|
|
|
HOMEPAGE= http://thp.io/2010/mygpoclient/
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MODULES= lang/python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|