Skip to content

Commit

Permalink
www/p5-JE: Provide a longer description
Browse files Browse the repository at this point in the history
Notified by:	portstreelint
  • Loading branch information
ehaupt committed Mar 3, 2024
1 parent f86a5bf commit b72df69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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
Expand Down
12 changes: 11 additions & 1 deletion 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.

0 comments on commit b72df69

Please sign in to comment.