aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-03-03 12:55:00 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-03-03 12:55:00 +0000
commitb72df69734cf3be6b128188b42d2ea1dedf2115e (patch)
tree3674669f3a681a4fa98e6613df24df607a1d4525
parentf86a5bfa1f9211190668d88aafc94379b390851d (diff)
downloadports-b72df69734cf3be6b128188b42d2ea1dedf2115e.tar.gz
ports-b72df69734cf3be6b128188b42d2ea1dedf2115e.zip
www/p5-JE: Provide a longer description
Notified by: portstreelint
-rw-r--r--www/p5-JE/Makefile6
-rw-r--r--www/p5-JE/pkg-descr12
2 files changed, 14 insertions, 4 deletions
diff --git a/www/p5-JE/Makefile b/www/p5-JE/Makefile
index c2092d494f8c..9e545258cfda 100644
--- a/www/p5-JE/Makefile
+++ b/www/p5-JE/Makefile
@@ -1,6 +1,6 @@
PORTNAME= JE
PORTVERSION= 0.066
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SPROUT
@@ -11,8 +11,8 @@ COMMENT= Pure-Perl ECMAScript (JavaScript) Engine
WWW= https://metacpan.org/release/JE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-TimeDate>0:devel/p5-TimeDate \
- p5-Tie-RefHash-Weak>0:devel/p5-Tie-RefHash-Weak
+RUN_DEPENDS= p5-Tie-RefHash-Weak>0:devel/p5-Tie-RefHash-Weak \
+ p5-TimeDate>0:devel/p5-TimeDate
USES= perl5
USE_PERL5= configure
diff --git a/www/p5-JE/pkg-descr b/www/p5-JE/pkg-descr
index 5945ca562f62..756624ea387f 100644
--- a/www/p5-JE/pkg-descr
+++ b/www/p5-JE/pkg-descr
@@ -1 +1,11 @@
-JE is a pure-Perl JavaScript engine.
+JE is a pure-Perl ECMAScript (JavaScript) engine that seamlessly
+integrates JavaScript's dynamic capabilities into Perl projects. It
+stands out for its compatibility with serialization tools, allowing the
+runtime environment to be easily serialized. The engine is highly
+customizable, with a parser that can be tailored to support a wide range
+of language features according to project needs. Additionally, JE offers
+direct manipulation of JavaScript datatypes from Perl, utilizing
+overloaded operators for a smooth interoperability. This feature set
+makes JE particularly useful for developers looking to enhance their
+Perl applications with JavaScript functionality, providing a bridge
+between the two languages' ecosystems.