ports/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile
Andrej Zverev 874a5c1f86 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-03 15:28:40 +00:00

23 lines
535 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= WWW-Scripter-Plugin-JavaScript
PORTVERSION= 0.008
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= JavaScript plugin for WWW::Scripter
RUN_DEPENDS= p5-WWW-Scripter>0:${PORTSDIR}/www/p5-WWW-Scripter \
p5-JE>0:${PORTSDIR}/www/p5-JE
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= WWW::Scripter::Plugin::JavaScript.3 \
WWW::Scripter::Plugin::JavaScript::JE.3
.include <bsd.port.mk>