aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/py-twistedSNMP/Makefile
blob: 25d6205fb19b142102b2551fa457e0e0f73dc39e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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=   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.4+
USE_PYDISTUTILS=    yes
PYDISTUTILS_PKGNAME=    TwistedSNMP

.include <bsd.port.mk>