summaryrefslogtreecommitdiff
path: root/devel/py-zope.event/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-zope.event/Makefile')
-rw-r--r--devel/py-zope.event/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/py-zope.event/Makefile b/devel/py-zope.event/Makefile
deleted file mode 100644
index 375d5b3dd30c..000000000000
--- a/devel/py-zope.event/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: py-zopeevent
-# Date created: 15 Dec, 2009
-# Whom: Wen Heping <wenheping@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= zopeevent
-PORTVERSION= 3.5.0
-CATEGORIES= devel python
-MASTER_SITES= http://pypi.python.org/packages/source/z/zope.event/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= zope.event-${PORTVERSION}-1
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Very basic event publishing system
-
-USE_PYTHON= 2.4+
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= zope.event
-PYDISTUTILS_PKGVERSION= 3.5.0_1
-
-.include <bsd.port.mk>