mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
21 lines
497 B
Makefile
21 lines
497 B
Makefile
PORTNAME= jsbeautifier
|
|
PORTVERSION= 1.14.11
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
|
COMMENT= JavaScript unobfuscator and beautifier
|
|
WWW= https://jsbeautifier.org/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}editorconfig>=0.12.0:editors/py-editorconfig@${PY_FLAVOR}
|
|
|
|
USES?= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|