Bump x11-drivers/xf86-input-elographics to version 1.4.1_6
[dports.git] / www / py-httpie / Makefile
1 # Created by: Alex Dupre <ale@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       httpie
5 PORTVERSION=    0.9.8
6 CATEGORIES=     www
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     ale@FreeBSD.org
10 COMMENT=        Command line HTTP client
11
12 LICENSE=        BSD3CLAUSE
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}requests>=2.11.0:www/py-requests \
16                 ${PYTHON_PKGNAMEPREFIX}pygments>=2.1.3:textproc/py-pygments
17
18 USE_GITHUB=     yes
19 GH_ACCOUNT=     jakubroztocil
20
21 USES=           python
22 USE_PYTHON=     distutils autoplist
23
24 NO_ARCH=        yes
25
26 .include <bsd.port.mk>