Files
ports/net/py-httpstat/Makefile
T
Dan Langille 6d29eae5d5 net/py-httpstat: Fix build with Python 3.14
Fix the error: AttributeError: 'Constant' object has no attribute 's'

Maintainer back to ports@ as current maintainer no longer uses this.

PR:		295020
2026-06-13 11:24:48 +00:00

25 lines
418 B
Makefile

PORTNAME= httpstat
PORTVERSION= 1.3.0
PORTREVISION= 2
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Curl statistics made simple
WWW= https://github.com/reorx/httpstat
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= curl:ftp/curl
USES= python
USE_GITHUB= yes
GH_ACCOUNT= reorx
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>