Some code generators for Prototype, the famous JavaScript OO library and the script.aculous extensions. This library allows you to do Ajax without writing lots of javascript code. This is mostly a port of the Ruby on Rails helper tags for JavaScript for use in Catalyst.
19 lines
606 B
Makefile
19 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/02/15 06:24:31 hiramatsu Exp $
|
|
|
|
DISTNAME= HTML-Prototype-1.43
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/HTML-Prototype
|
|
COMMENT= Generate HTML and Javascript for the Prototype library
|
|
|
|
DEPENDS+= p5-Class-Accessor>=0.22:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-HTML-Tree>=3.19.01:../../www/p5-HTML-Tree
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/HTML/Prototype/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|