pkgsrc/editors/py-editor/Makefile
minskim d5bf5d8025 Import py-editor-1.0.3 as wip/py-editor
editor is a Python module that opens an editor programmatically and
captures the result.
2017-09-13 16:36:28 +00:00

14 lines
430 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/09/13 16:36:28 minskim Exp $
DISTNAME= python-editor-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-editor/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/fmoo/python-editor
COMMENT= Module to open an editor programmatically
LICENSE= apache-2.0
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"