Files
ports/net/py-httpstat/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

26 lines
429 B
Makefile

# Created by: Danilo G. Baio <dbaio@FreeBSD.org>
# $FreeBSD$
PORTNAME= httpstat
PORTVERSION= 1.3.0
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Curl statistics made simple
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= curl:ftp/curl
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= reorx
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>