Update dns/dnsperf to version 2.0.0.0_2
[dports.git] / www / p5-JE / Makefile
1 # Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       JE
5 PORTVERSION=    0.063
6 CATEGORIES=     www perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:SPROUT
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     ehaupt@FreeBSD.org
12 COMMENT=        Pure-Perl ECMAScript (JavaScript) Engine
13
14 RUN_DEPENDS=    p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \
15                 p5-Tie-RefHash-Weak>0:${PORTSDIR}/devel/p5-Tie-RefHash-Weak
16 BUILD_DEPENDS:= ${RUN_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 # Wrong versioning upstream
22 PORTSCOUT=      skipv:0.54
23
24 .include <bsd.port.mk>