1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net/py-httpstat/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

29 lines
503 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
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
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>