diff options
Diffstat (limited to 'www/deno/Makefile')
-rw-r--r-- | www/deno/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/deno/Makefile b/www/deno/Makefile index 810220896dd6..b8b7f7c13666 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -1,9 +1,10 @@ PORTNAME= deno DISTVERSIONPREFIX= v DISTVERSION= 2.2.9 +PORTREVISION= 2 CATEGORIES= www -MAINTAINER= mikael@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Secure JavaScript and TypeScript runtime WWW= https://deno.com/runtime |