6d29eae5d5
Fix the error: AttributeError: 'Constant' object has no attribute 's' Maintainer back to ports@ as current maintainer no longer uses this. PR: 295020
25 lines
418 B
Makefile
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>
|