freebsd-ports/net/py-httpstat/Makefile
Nikolai Lifanov 34784a3c1d add sysutils/httpstat: Curl statistics made simple
PR:		213492
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9316
2017-01-25 00:34:08 +00:00

24 lines
421 B
Makefile

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