333624d8b1
Submitted by: Roberto Fernandez Cueto <roberfern@gmail.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D17268
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xonsh
|
|
PORTVERSION= 0.7.9
|
|
CATEGORIES= shells python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= roberfern@gmail.com
|
|
COMMENT= Python-ish BASH-wards shell
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/license
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amalgamate>=0:devel/py-amalgamate@${PY_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python:3.4+
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
|
|
.include <bsd.port.mk>
|