1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

27 lines
706 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-twistedSNMP
# Date created: 8 May 2006
# Whom: Zane C. Bowers <v.velox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= twistedSNMP
PORTVERSION= 0.3.13
CATEGORIES= net-mgmt python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedSNMP-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Twisted Python framework for doing SNMP stuff
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore \
${PYTHON_SITELIBDIR}/pysnmp/__init__.py:${PORTSDIR}/net-mgmt/py-snmp
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>