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,24 +1,24 @@ PORTNAME= JE PORTVERSION= 0.066 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SPROUT PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org 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 NO_ARCH= yes # Wrong versioning upstream PORTSCOUT= skipv:0.54 .include 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.