0550154f24
PR: 210076 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
27 lines
724 B
Makefile
27 lines
724 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= http-prompt
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@bsd.com.br
|
|
COMMENT= Interactive command-line HTTP client
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click \
|
|
${PYTHON_PKGNAMEPREFIX}parsimonious>=0.6.2:textproc/py-parsimonious \
|
|
${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=0.60:devel/py-prompt_toolkit \
|
|
${PYTHON_PKGNAMEPREFIX}pygments>=2.1.0:textproc/py-pygments \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \
|
|
httpie>=0.9.0:www/httpie
|
|
|
|
NO_ARCH= yes
|
|
SUB_FILES= pkg-message
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|