freebsd-ports/net-mgmt/py-twistedSNMP/Makefile
Cheng-Lung Sung b3f404d964 - maintainer resign.
PR:		ports/112062
Submitted by:	"kitsune " <v dot velox_AT_vvelox dot net>
2007-04-24 05:19:57 +00:00

26 lines
706 B
Makefile

# 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>