Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
26 lines
592 B
Makefile
26 lines
592 B
Makefile
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>
|