summaryrefslogtreecommitdiff
path: root/textproc/py-splunk-hec/Makefile
blob: d552179bdb5e0bf3478ee047200be275a23c05a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	splunk-hec
PORTVERSION=	1.81
PORTREVISION=	1
CATEGORIES=	textproc python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Python class to submit events to Splunk HTTP Event Collector
WWW=		https://github.com/georgestarcher/Splunk-Class-httpevent

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}

USE_GITHUB=	yes
GH_ACCOUNT=	georgestarcher
GH_PROJECT=	Splunk-Class-httpevent
GH_TAGNAME=	b1b7aae37bc73ea6e89c4a4667c4d8d227804546

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>