1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net/py-httpstat/Makefile
Danilo G. Baio ab17c1eacd Fix order of variables
Ports maintained by me in categories:: mail math net net-im
2018-03-17 14:13:17 +00:00

26 lines
428 B
Makefile

# Created by: Danilo G. Baio <dbaio@FreeBSD.org>
# $FreeBSD$
PORTNAME= httpstat
PORTVERSION= 1.2.1
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:2.7
USE_GITHUB= yes
GH_ACCOUNT= reorx
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>