freebsd-ports/devel/py-python-editor/Makefile
Roman Bogorodskiy e151275f4c Add py-python-editor 1.0.1, programmatically open an editor, capture the
result.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2016-10-17 18:12:52 +00:00

18 lines
398 B
Makefile

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