summaryrefslogtreecommitdiff
path: root/net-mgmt/py-snmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/py-snmp/Makefile')
-rw-r--r--net-mgmt/py-snmp/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mgmt/py-snmp/Makefile b/net-mgmt/py-snmp/Makefile
deleted file mode 100644
index f7284debe4ab..000000000000
--- a/net-mgmt/py-snmp/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: py-snmp
-# Date created: 26 March 2002
-# Whom: Hye-Shik Chang <perky@fallin.lv>
-#
-# $FreeBSD$
-#
-
-PORTNAME= snmp
-PORTVERSION= 3.2.2
-CATEGORIES= net python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= pysnmp
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-${PORTVERSION}
-
-MAINTAINER= perky@FreeBSD.org
-COMMENT= SNMP framework for Python
-
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-EXAMPLESDIR= ${PREFIX}/share/examples/py-snmp
-DOCSDIR= ${PREFIX}/share/doc/py-snmp
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
- ${MKDIR} ${DOCSDIR}
- ${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} -C ${DOCSDIR} -xf -
-.endif
-
-.include <bsd.port.mk>