1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/shells/xonsh/Makefile
Matthew Seaman a99b06d58b xonsh is a Python-ish, BASHwards-looking shell language and command prompt.
The language is a superset of Python 3.4+ with additional shell primitives.
xonsh (pronounced conch) is meant for the daily use of experts and novices
alike.

WWW: http://xon.sh

PR:		220596
Submitted by:	roberfern@gmail.com
2017-09-22 14:57:41 +00:00

22 lines
404 B
Makefile

# $FreeBSD$
PORTNAME= xonsh
PORTVERSION= 0.5.12
CATEGORIES= shells python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= roberfern@gmail.com
COMMENT= Python-ish BASH-wards shell
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amalgamate>=0:devel/py-amalgamate
NO_ARCH= yes
USES= python:3.4+
USE_PYTHON= distutils autoplist concurrent
.include <bsd.port.mk>