mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
PR: 217121 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9636
27 lines
750 B
Makefile
27 lines
750 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= http-prompt
|
|
PORTVERSION= 0.9.2
|
|
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 \
|
|
${PYTHON_PKGNAMEPREFIX}httpie>=0.9.2:www/py-httpie
|
|
|
|
NO_ARCH= yes
|
|
SUB_FILES= pkg-message
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|