opnsense-ports/devel/py-python-editor/Makefile
Franco Fichtner 561d2853ad */*: sync with upstream
Taken from: FreeBSD
2017-01-29 16:15:09 +01:00

18 lines
398 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= python-editor
PORTVERSION= 1.0.3
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>