diff options
-rw-r--r-- | www/p5-HTML-Mason-PSGIHandler/DESCR | 1 | ||||
-rw-r--r-- | www/p5-HTML-Mason-PSGIHandler/Makefile | 23 | ||||
-rw-r--r-- | www/p5-HTML-Mason-PSGIHandler/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/www/p5-HTML-Mason-PSGIHandler/DESCR b/www/p5-HTML-Mason-PSGIHandler/DESCR new file mode 100644 index 00000000000..bd66c35ebbe --- /dev/null +++ b/www/p5-HTML-Mason-PSGIHandler/DESCR @@ -0,0 +1 @@ +This package is PSGI handler for HTML::Mason. diff --git a/www/p5-HTML-Mason-PSGIHandler/Makefile b/www/p5-HTML-Mason-PSGIHandler/Makefile new file mode 100644 index 00000000000..7284eee440f --- /dev/null +++ b/www/p5-HTML-Mason-PSGIHandler/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2013/04/21 12:23:20 ryoon Exp $ +# + +DISTNAME= HTML-Mason-PSGIHandler-0.52 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTML-Mason-PSGIHandler/ +COMMENT= PSGI handler for HTML::Mason +LICENSE= ${PERL5_LICENSE} + +BUILD_DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack +BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple + +DEPENDS+= p5-CGI-PSGI-[0-9]*:../../www/p5-CGI-PSGI +DEPENDS+= p5-HTML-Mason-[0-9]*:../../www/p5-HTML-Mason + +PERL5_PACKLIST= auto/HTML/Mason/PSGIHandler/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Mason-PSGIHandler/distinfo b/www/p5-HTML-Mason-PSGIHandler/distinfo new file mode 100644 index 00000000000..23020667afa --- /dev/null +++ b/www/p5-HTML-Mason-PSGIHandler/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/21 12:23:20 ryoon Exp $ + +SHA1 (HTML-Mason-PSGIHandler-0.52.tar.gz) = 6cec3a48d095022db824235ebbcfc46e9765233c +RMD160 (HTML-Mason-PSGIHandler-0.52.tar.gz) = 1da64959e0695c576a8b4caa8b11f5edba1abee9 +Size (HTML-Mason-PSGIHandler-0.52.tar.gz) = 13167 bytes |