mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
ab17c1eacd
Ports maintained by me in categories:: mail math net net-im
26 lines
428 B
Makefile
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>
|