freebsd-ports/devel/py-zope.event/Makefile
Sunpoet Po-Chuan Hsieh 42e621e27c - Update to 4.1.0
Changes:	https://github.com/zopefoundation/zope.event/blob/master/CHANGES.rst
PR:		204876
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 31 days)
2015-12-29 20:02:47 +00:00

21 lines
422 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= zope.event
PORTVERSION= 4.1.0
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
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>