summaryrefslogtreecommitdiff
path: root/devel/py-zope.deferredimport/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-zope.deferredimport/Makefile')
-rw-r--r--devel/py-zope.deferredimport/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/py-zope.deferredimport/Makefile b/devel/py-zope.deferredimport/Makefile
new file mode 100644
index 00000000000..7260ebbbbd6
--- /dev/null
+++ b/devel/py-zope.deferredimport/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/10/28 15:13:13 taca Exp $
+
+DISTNAME= zope.deferredimport-4.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.deferredimport/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/zopefoundation/zope.deferredimport
+COMMENT= Imports names that will only be resolved when used in the code
+LICENSE= zpl-2.1
+
+DEPENDS+= ${PYPKGPREFIX}-zope.proxy>=4.3.1:../../www/py-zope.proxy
+
+USE_LANGUAGES= #
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"