1b0994ee1e
With hat: python@
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= httpie
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= GH
|
|
|
|
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
|
|
GH_COMMIT= 43cc3e7
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|