ad13f688da
- Reset maintainer
23 lines
563 B
Makefile
23 lines
563 B
Makefile
# 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>
|