freebsd-ports/devel/py-zope.event/Makefile
Ruslan Makhmatkhanov 75b108a165 - update to 3.5.2
- add LICENSE (ZPL21)
- mark it Python3 ready
2012-06-03 09:16:29 +00:00

24 lines
473 B
Makefile

# New ports collection makefile for: py-zopeevent
# Date created: 15 Dec, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= zope.event
PORTVERSION= 3.5.2
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Very basic event publishing system
LICENSE= ZPL21
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>