freebsd-ports/devel/py-pyrepl/Makefile
Sunpoet Po-Chuan Hsieh a45a76c53a Update to 0.9.0
- Update pkg-descr
- Take maintainership

Changes:	https://bitbucket.org/pypy/pyrepl/src/default/CHANGES
2019-04-18 18:00:15 +00:00

21 lines
415 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= pyrepl
PORTVERSION= 0.9.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Replacement for readline and interactive environment for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>