1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

www/p5-JE: Provide a longer description

Notified by:	portstreelint
This commit is contained in:
Emanuel Haupt 2024-03-03 13:55:00 +01:00
parent f86a5bfa1f
commit b72df69734
2 changed files with 14 additions and 4 deletions

View File

@ -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

View File

@ -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.