ports/devel/py-python-editor/Makefile
2021-04-06 16:31:07 +02:00

20 lines
442 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
PORTNAME= python-editor
PORTVERSION= 1.0.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Programmatically open an editor, capture the result
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>