freebsd-ports/devel/py-python-editor/Makefile
Sunpoet Po-Chuan Hsieh b5736ff16c Update to 1.0.4
- Add LICENSE
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/fmoo/python-editor/commits/master
2020-01-25 18:25:54 +00:00

21 lines
449 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
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
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>