import p5-SCGI
This module is for implementing an SCGI interface for an application server. inspired by Jeremy Evans
This commit is contained in:
parent
a87950a9c4
commit
231463e0ad
17
www/p5-SCGI/Makefile
Normal file
17
www/p5-SCGI/Makefile
Normal 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
5
www/p5-SCGI/distinfo
Normal 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
2
www/p5-SCGI/pkg/DESCR
Normal 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
6
www/p5-SCGI/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user