aboutsummaryrefslogtreecommitdiffstats
path: root/www/httpie/Makefile
blob: d81a00d39a80aee8e4d62f1df763ef1bc78614cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$

PORTNAME=   httpie
PORTVERSION=    0.9.2
CATEGORIES= www

MAINTAINER= ale@FreeBSD.org
COMMENT=    Command line HTTP client

LICENSE=    BSD3CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \
        ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments

USE_GITHUB= yes
GH_ACCOUNT= jakubroztocil

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>