freebsd-ports/sysutils/py-hared/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

27 lines
560 B
Makefile

# $FreeBSD$
PORTNAME= hared
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Small Python server for inserting notications into MQTT
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist
ETCDIR= ${PREFIX}/etc
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>0:net/py-paho-mqtt@${PY_FLAVOR}
CONFLICTS_INSTALL= hared
pre-install:
${INSTALL_DATA} ${FILESDIR}/hared.conf ${STAGEDIR}${ETCDIR}/hared.ini.sample
.include <bsd.port.mk>