15 lines
430 B
Makefile
15 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/09/01 16:40:14 wiz Exp $
|
|
|
|
DISTNAME= zope.event-4.2.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.e/ZopeE/}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.event/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://zopeevent.readthedocs.io/en/latest/
|
|
COMMENT= Very basic event publishing system
|
|
LICENSE= zpl-2.1
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|