summaryrefslogtreecommitdiff
path: root/net-mgmt/py-twistedSNMP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/py-twistedSNMP/Makefile')
-rw-r--r--net-mgmt/py-twistedSNMP/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-mgmt/py-twistedSNMP/Makefile b/net-mgmt/py-twistedSNMP/Makefile
deleted file mode 100644
index bf191cb1c698..000000000000
--- a/net-mgmt/py-twistedSNMP/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-
-DEPRECATED= Relies on net-mgmt/py-snmp, which is deprecated
-EXPIRATION_DATE= 2011-09-30
-
-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>