diff options
-rw-r--r-- | www/p5-PSGI/DESCR | 5 | ||||
-rw-r--r-- | www/p5-PSGI/Makefile | 20 | ||||
-rw-r--r-- | www/p5-PSGI/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-PSGI/DESCR b/www/p5-PSGI/DESCR new file mode 100644 index 00000000000..9fd8e8bda8e --- /dev/null +++ b/www/p5-PSGI/DESCR @@ -0,0 +1,5 @@ +PSGI specifies a standard interface between web servers and Perl +web applications or frameworks, to promote web application portability +and reduce the duplicated efforts by web application framework +developers It is a specification to decouple web server environments +from web application framework code. diff --git a/www/p5-PSGI/Makefile b/www/p5-PSGI/Makefile new file mode 100644 index 00000000000..5ef1a01acf7 --- /dev/null +++ b/www/p5-PSGI/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 12:45:41 seb Exp $ + +DISTNAME= PSGI-1.03 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/PSGI/ +COMMENT= Perl Web Server Gateway Interface Specification +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/PSGI/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-PSGI/distinfo b/www/p5-PSGI/distinfo new file mode 100644 index 00000000000..b20ac84c2c5 --- /dev/null +++ b/www/p5-PSGI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/10 12:45:41 seb Exp $ + +SHA1 (PSGI-1.03.tar.gz) = 33f32a2960788142ce6b8d99ac17c91bac40049a +RMD160 (PSGI-1.03.tar.gz) = c7723b9aac61af9dc7ca1ee0025a35b5bffd168b +Size (PSGI-1.03.tar.gz) = 29518 bytes |