Tweak devel/racer version 2.1.31
[dports.git] / www / py-httplib2 / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       httplib2
4 PORTVERSION=    0.17.3
5 CATEGORIES=     www python
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     lwhsu@FreeBSD.org
10 COMMENT=        Comprehensive HTTP client library
11
12 LICENSE=        MIT
13
14 USES=           python
15
16 NO_ARCH=        yes
17 USE_PYTHON=     autoplist distutils
18
19 .include <bsd.port.mk>