freebsd-ports/www/p5-WWW-Scripter-Plugin-Ajax/Makefile

23 lines
530 B
Makefile
Raw Normal View History

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