pkgsrc/www/py-httplib2/Makefile
rodent efe4f157b2 Updated to latest release, 0.9. Nothing seems changed except the version,
dubbed "The heartbleed release." NFI. MASTER_SITES and HOMEPAGE were
updated. Package no longer includes README.
2014-06-08 23:26:35 +00:00

14 lines
421 B
Makefile

# $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"