pkgsrc/www/py-httplib2/Makefile

15 lines
421 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2014/06/08 23:26:35 rodent Exp $
DISTNAME= httplib2-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= https://pypi.python.org/packages/source/h/httplib2/
MAINTAINER= mj@mjturner.net
HOMEPAGE= https://github.com/jcgregorio/httplib2
COMMENT= Comprehensive http client library for Python
LICENSE= mit
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"