1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net-mgmt/py-twistedSNMP/Makefile
Martin Wilke 1b8254d567 - Move to py25 or above
- While here kick md5 support
2011-02-25 00:47:51 +00:00

28 lines
697 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
PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= SF
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.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= TwistedSNMP
.include <bsd.port.mk>