opnsense-ports/net/py-netsnmpagent/Makefile
Franco Fichtner 8cc80a3bf8 */*: sync with upstream
Taken from: HardenedBSD
2018-04-13 02:37:27 +02:00

18 lines
386 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
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>