Files
bsdports/python/py-zope.event/Makefile
2019-12-26 07:26:06 +00:00

23 lines
496 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD: head/devel/py-zope.event/Makefile 404782 2015-12-29 20:02:47Z sunpoet $
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
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
post-build:
${FIND} ${WRKSRC}/ -name '*~' -delete
.include <bsd.port.mk>