diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2025-02-13 15:00:54 +0100 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-02-18 17:13:27 +0100 |
commit | cc097e05ab6e5ebdcb180747ea2dbf4a853dc173 (patch) | |
tree | da19fddca8ae29514305841b1fe63e5c63cf6fbb /lang/p5-JavaScript-QuickJS | |
parent | lang/quickjs: add SONAME, library symlinks (diff) |
*/*: chase lang/quickjs SONAME change
PR: 275087
Diffstat (limited to 'lang/p5-JavaScript-QuickJS')
-rw-r--r-- | lang/p5-JavaScript-QuickJS/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/p5-JavaScript-QuickJS/Makefile b/lang/p5-JavaScript-QuickJS/Makefile index 5cc4c39203e9..121deca7bce4 100644 --- a/lang/p5-JavaScript-QuickJS/Makefile +++ b/lang/p5-JavaScript-QuickJS/Makefile @@ -1,5 +1,6 @@ PORTNAME= JavaScript-QuickJS PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |