opnsense-ports/devel/py-python-editor/Makefile
Franco Fichtner 4c186a2fee */*: sync with upstream
Taken from: HardenedBSD
2019-12-15 17:49:19 +01:00

18 lines
385 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= ports@FreeBSD.org
COMMENT= Programmatically open an editor, capture the result
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>