Files
pkgsrc-ng/www/py-httplib2/Makefile
2013-09-26 17:14:40 +02:00

24 lines
610 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/12/16 16:16:37 wiz Exp $
DISTNAME= httplib2-0.7.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://httplib2.googlecode.com/files/
MAINTAINER= mj@mjturner.net
HOMEPAGE= http://code.google.com/p/httplib2/
COMMENT= Comprehensive http client library for Python
LICENSE= mit
# Install README manually
DOCDIR= ${PREFIX}/share/doc/py-httplib2
INSTALLATION_DIRS= ${DOCDIR}
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"