diff options
author | seb <seb@pkgsrc.org> | 2010-04-10 12:45:41 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-10 12:45:41 +0000 |
commit | 48244cfd01cccbe4e0a0ad97abf2cc8d2d4f4924 (patch) | |
tree | 3f6597d2bb1ae643505b9dc3631f6afdeda5f1e5 /www/p5-PSGI | |
parent | 713a28bc47d2b0de3152c2124baa23c3116f9775 (diff) | |
download | pkgsrc-48244cfd01cccbe4e0a0ad97abf2cc8d2d4f4924.tar.gz |
Initial import of p5-PSGI version 1.03 in the NetBSD Packages
Collection.
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.
Diffstat (limited to 'www/p5-PSGI')
-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 |