1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/httpie/Makefile
2016-08-31 10:21:35 +00:00

24 lines
461 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= httpie
PORTVERSION= 0.9.6
CATEGORIES= www
MAINTAINER= ale@FreeBSD.org
COMMENT= Command line HTTP client
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \
${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments
USE_GITHUB= yes
GH_ACCOUNT= jakubroztocil
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>