mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
528736998d
- Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION
27 lines
540 B
Makefile
27 lines
540 B
Makefile
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= httplib2
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= A comprehensive HTTP client library
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} \;
|
|
${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
|
|
|
|
.include <bsd.port.post.mk>
|