mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
17 lines
307 B
Makefile
17 lines
307 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= quickjs
|
|
DISTVERSION= 2019.09.18
|
|
CATEGORIES= lang devel
|
|
MASTER_SITES= https://bellard.org/${PORTNAME}/
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION:S/./-/g}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Embeddable Javascript interpreter in C
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gmake tar:xz
|
|
|
|
.include <bsd.port.mk>
|