summaryrefslogtreecommitdiff
path: root/devel/py-zope.event/Makefile
blob: 5e33ba0469a7e2fc7e6325b33297d7cbe7c1e7c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	py-zopeevent
# Date created:				15 Dec, 2009
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	zopeevent
PORTVERSION=	3.4.1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	zope.event-${PORTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Very basic event publishing system

USE_PYTHON=	2.4+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	zope.event

.include <bsd.port.mk>