1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/www/p5-JE/Makefile
Emanuel Haupt b72df69734 www/p5-JE: Provide a longer description
Notified by:	portstreelint
2024-03-03 13:55:00 +01:00

25 lines
511 B
Makefile

PORTNAME= JE
PORTVERSION= 0.066
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-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 <bsd.port.mk>