blob: c395a9a96d8dd0c63cc7d31b2d20e6979b5a8730 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= zope.event
PORTVERSION= 4.1.0
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Very basic event publishing system
WWW= https://pypi.org/project/zope.event/
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|