summaryrefslogtreecommitdiff
path: root/net-im/py-jabber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/py-jabber/Makefile')
-rw-r--r--net-im/py-jabber/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile
deleted file mode 100644
index e793975e85c8..000000000000
--- a/net-im/py-jabber/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: py-jabber
-# Date created: Jan 13, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= jabber
-PORTVERSION= 0.5
-CATEGORIES= net python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= jabberpy
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= jabberpy-${PORTVERSION}-0
-
-MAINTAINER= flz@FreeBSD.org
-COMMENT= A Python Jabber library
-
-RUN_DEPENDS= ${PYEXPAT}
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-post-install:
- @${ECHO} "jabber" > ${PYTHON_SITELIBDIR}/jabber.pth
-
-.include <bsd.port.mk>