mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
23 lines
496 B
Makefile
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>
|