aboutsummaryrefslogblamecommitdiff
path: root/net/py-httpstat/Makefile
blob: d49e97ec583ff640ca7aa2f45521f90547ea92be (plain) (tree)
1
2
3
4
5
6
                        
                     


                                       
                                 






                                           
                           
 


                     
                                   
                   

                      
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>