mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
41a5348a3b
With hat: portmgr
29 lines
503 B
Makefile
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>
|