Tweak www/p5-WWW-Scripter-Plugin-Ajax version 0.09
[dports.git] / www / p5-WWW-Scripter-Plugin-Ajax / Makefile
1 # Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
2 # $FreeBSD: www/p5-WWW-Scripter-Plugin-Ajax/Makefile 326021 2013-09-02 16:07:56Z az $
3
4 PORTNAME=       WWW-Scripter-Plugin-Ajax
5 PORTVERSION=    0.09
6 CATEGORIES=     www perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     ehaupt@FreeBSD.org
11 COMMENT=        WWW::Scripter plugin that provides the XMLHttpRequest object
12
13 RUN_DEPENDS=    p5-WWW-Scripter-Plugin-JavaScript>0:${PORTSDIR}/www/p5-WWW-Scripter-Plugin-JavaScript \
14                 p5-XML-DOM-Lite>0:${PORTSDIR}/textproc/p5-XML-DOM-Lite
15 BUILD_DEPENDS:= ${RUN_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 MAN3=           WWW::Scripter::Plugin::Ajax.3
21
22 .include <bsd.port.mk>