opnsense-ports/www/py-httplib2/Makefile
Franco Fichtner e78f46c866 */*: sync with upstream
Taken from: HardenedBSD
2018-04-12 03:54:01 +02:00

18 lines
311 B
Makefile

# $FreeBSD$
PORTNAME= httplib2
PORTVERSION= 0.11.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Comprehensive HTTP client library
LICENSE= MIT
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>