1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/www/p5-JE/Makefile
2016-09-10 14:14:08 +00:00

27 lines
536 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= JE
PORTVERSION= 0.066
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SPROUT
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Pure-Perl ECMAScript (JavaScript) Engine
RUN_DEPENDS= p5-TimeDate>0:devel/p5-TimeDate \
p5-Tie-RefHash-Weak>0:devel/p5-Tie-RefHash-Weak
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
# Wrong versioning upstream
PORTSCOUT= skipv:0.54
.include <bsd.port.mk>