1PORTNAME= python-editor 2PORTVERSION= 1.0.4 3CATEGORIES= devel python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Programmatically open an editor, capture the result 9 10LICENSE= Apache-2.0 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13USES= python 14USE_PYTHON= autoplist concurrent distutils 15 16NO_ARCH= yes 17 18.include <bsd.port.mk> 19