freebsd-ports/devel/py-python-editor/Makefile
Ryan Steinmetz d6a1eb42e2 - Reset MAINTAINER due to fatal email bounces
Reported by:	portscout!
2019-12-15 15:13:12 +00: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>