forked from Lainports/freebsd-ports
PScript is a Python to JavaScript compiler, and is also the name of the subset of Python that this compiler supports. It was developed as a part of Flexx and is now represented by its own project. Although it is still an important part of Flexx, it can also be useful by itself. WWW: https://pscript.readthedocs.io/ PR: 282453
19 lines
362 B
Makefile
19 lines
362 B
Makefile
PORTNAME= pscript
|
|
DISTVERSION= 0.7.7
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= DtxdF@disroot.org
|
|
COMMENT= Python to JavaScript compiler
|
|
WWW= https://pscript.readthedocs.io/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|