mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
b72df69734
Notified by: portstreelint
25 lines
511 B
Makefile
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>
|