import p5-SCGI

This module is for implementing an SCGI interface for an application
server.

inspired by Jeremy Evans
This commit is contained in:
simon 2007-07-25 20:05:14 +00:00
parent a87950a9c4
commit 231463e0ad
4 changed files with 30 additions and 0 deletions

17
www/p5-SCGI/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/25 20:05:14 simon Exp $
COMMENT= module for implementing an SCGI interface
MODULES= cpan
DISTNAME= SCGI-0.6
CATEGORIES= www
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>

5
www/p5-SCGI/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (SCGI-0.6.tar.gz) = iNX93pTajMf2OETvSg301Q==
RMD160 (SCGI-0.6.tar.gz) = S3Q4+ROFnhEo5J7hGUwPotFtKho=
SHA1 (SCGI-0.6.tar.gz) = hZ/eoC0w+NIBkebvab8vlT8WwKs=
SHA256 (SCGI-0.6.tar.gz) = WLeMWvTuReQ38Hro87DZRckf0sAlFW7pFtgRWA+R2aQ=
SIZE (SCGI-0.6.tar.gz) = 6192

2
www/p5-SCGI/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
This module is for implementing an SCGI interface for an application
server.

6
www/p5-SCGI/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/25 20:05:14 simon Exp $
${P5SITE}/SCGI/
${P5SITE}/SCGI.pm
${P5SITE}/SCGI/Request.pm
@man man/man3p/SCGI.3p
@man man/man3p/SCGI::Request.3p