Files
ports/net/py-netsnmpagent/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

19 lines
391 B
Makefile

# $FreeBSD$
PORTNAME= netsnmpagent
PORTVERSION= 0.6.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= vladimirv@ixsystems.com
COMMENT= Python module that facilitates writing Net-SNMP subagents in Python
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>