mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
a99b06d58b
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
22 lines
404 B
Makefile
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>
|