mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
add httpi
This commit is contained in:
23
python/py-httpie/Makefile
Normal file
23
python/py-httpie/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# Created by: Alex Dupre <ale@FreeBSD.org>
|
||||
# $FreeBSD: head/www/py-httpie/Makefile 522866 2020-01-13 08:27:10Z ale $
|
||||
|
||||
PORTNAME= httpie
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= Command line HTTP client
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:python/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pygments>=2.5.2:python/py-pygments@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jakubroztocil
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user