42e621e27c
Changes: https://github.com/zopefoundation/zope.event/blob/master/CHANGES.rst PR: 204876 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 31 days)
21 lines
422 B
Makefile
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>
|