freebsd-ports/lang/quickjs/Makefile
Yuri Victorovich 1ecd82d11b lang/quickjs: Update 2019.09.18 -> 2019.10.27
Reported by:	repology
2019-12-07 06:13:26 +00:00

16 lines
307 B
Makefile

# $FreeBSD$
PORTNAME= quickjs
DISTVERSION= 2019.10.27
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>