freebsd-ports/devel/py-mygpoclient/Makefile
Ruslan Makhmatkhanov bdc9d799c5 - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION

Wasn't able to identify clauses amount for some BSD licenses, so bear with me.
2014-02-10 14:04:45 +00:00

19 lines
360 B
Makefile

# $FreeBSD$
PORTNAME= mygpoclient
PORTVERSION= 1.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://thp.io/2010/mygpoclient/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= gpodder.net API client library for Python
LICENSE= GPLv3
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>