blob: 1f9d9c947c97c347252dacd7d3a70e5ca929da9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= WWW-Scripter-Plugin-JavaScript
PORTVERSION= 0.009
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= JavaScript plugin for WWW::Scripter
WWW= https://metacpan.org/release/WWW-Scripter-Plugin-JavaScript
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-WWW-Scripter>0:www/p5-WWW-Scripter \
p5-JE>0:www/p5-JE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|