2017-09-22 16:57:41 +02:00
|
|
|
PORTNAME= xonsh
|
2018-09-21 10:41:47 +02:00
|
|
|
PORTVERSION= 0.7.9
|
2017-09-22 16:57:41 +02:00
|
|
|
CATEGORIES= shells python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= roberfern@gmail.com
|
|
|
|
COMMENT= Python-ish BASH-wards shell
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
2018-09-15 14:34:47 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/license
|
2017-09-22 16:57:41 +02:00
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amalgamate>=0:devel/py-amalgamate@${PY_FLAVOR}
|
2017-09-22 16:57:41 +02:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
USES= python:3.4+
|
|
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|