2013-05-08 10:04:04 +02:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2010-01-28 11:21:43 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= WWW-Scripter-Plugin-Ajax
|
2011-04-11 16:58:37 +02:00
|
|
|
PORTVERSION= 0.09
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-09-14 01:39:45 +02:00
|
|
|
CATEGORIES= www perl5
|
2010-01-28 11:21:43 +01:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= WWW::Scripter plugin that provides the XMLHttpRequest object
|
|
|
|
|
2018-07-09 10:40:17 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2016-04-01 16:33:55 +02:00
|
|
|
RUN_DEPENDS= p5-WWW-Scripter-Plugin-JavaScript>0:www/p5-WWW-Scripter-Plugin-JavaScript \
|
|
|
|
p5-XML-DOM-Lite>0:textproc/p5-XML-DOM-Lite
|
2010-01-28 11:21:43 +01:00
|
|
|
|
2013-09-02 18:07:56 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2016-09-10 16:14:08 +02:00
|
|
|
NO_ARCH= yes
|
2010-01-28 11:21:43 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|