2019-02-17 09:59:28 +01:00
|
|
|
# $NetBSD: Makefile,v 1.13 2019/02/17 08:59:28 adam Exp $
|
2012-10-15 00:07:00 +02:00
|
|
|
|
2019-02-17 09:59:28 +01:00
|
|
|
DISTNAME= httplib2-0.12.1
|
2012-10-15 00:07:00 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= www python
|
2015-12-07 10:04:50 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/}
|
2012-10-15 00:07:00 +02:00
|
|
|
|
|
|
|
MAINTAINER= mj@mjturner.net
|
2018-11-21 18:21:17 +01:00
|
|
|
HOMEPAGE= https://github.com/httplib2/httplib2
|
2012-10-15 00:07:00 +02:00
|
|
|
COMMENT= Comprehensive http client library for Python
|
|
|
|
LICENSE= mit
|
|
|
|
|
2017-05-09 14:33:46 +02:00
|
|
|
USE_LANGUAGES= # none
|
2016-05-22 15:16:50 +02:00
|
|
|
|
2019-02-17 09:59:28 +01:00
|
|
|
# tests not included
|
|
|
|
do-test:
|
|
|
|
${DO_NADA}
|
|
|
|
|
2012-10-15 00:07:00 +02:00
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|