Perl Web Server Gateway Interface Specification (pod only).

WWW: http://search.cpan.org/dist/PSGI/
This commit is contained in:
Jun Kuriyama 2009-10-13 14:16:45 +00:00
parent bbc3e15a1e
commit 302f937f9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242772
6 changed files with 44 additions and 0 deletions

View file

@ -1025,6 +1025,7 @@
SUBDIR += p5-POE-Component-Server-SOAP
SUBDIR += p5-POE-Component-Server-SimpleHTTP
SUBDIR += p5-POE-Filter-HTTP-Parser
SUBDIR += p5-PSGI
SUBDIR += p5-ParallelUA
SUBDIR += p5-Path-Class-URI
SUBDIR += p5-Plack

23
www/p5-PSGI/Makefile Normal file
View file

@ -0,0 +1,23 @@
# New ports collection makefile for: PSGI
# Date created: 13 Oct 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= PSGI
PORTVERSION= 1.00
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Pod documentation for Perl Web Server Gateway Interface Specification
PERL_CONFIGURE= yes
MAN3= PSGI::FAQ.3 \
PSGI.3
.include <bsd.port.mk>

3
www/p5-PSGI/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (PSGI-1.00.tar.gz) = 086e0a81a8661f5366533300e1d39732
SHA256 (PSGI-1.00.tar.gz) = a4abb1e255d7197e36be698c65a5fac2af42797fd9dde01e8df634f466bf9d1c
SIZE (PSGI-1.00.tar.gz) = 27678

View file

@ -0,0 +1,9 @@
--- Makefile.PL.orig 2009-10-13 23:00:47.267814042 +0900
+++ Makefile.PL 2009-10-13 23:00:55.231925535 +0900
@@ -1,6 +1,5 @@
use inc::Module::Install;
name 'PSGI';
version '1.00';
-all_from 'PSGI.pm';
auto_set_repository;
WriteAll;

3
www/p5-PSGI/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
Perl Web Server Gateway Interface Specification (pod only).
WWW: http://search.cpan.org/dist/PSGI/

5
www/p5-PSGI/pkg-plist Normal file
View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PSGI/.packlist
%%SITE_PERL%%/PSGI/FAQ.pod
%%SITE_PERL%%/PSGI.pod
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PSGI
@dirrmtry %%SITE_PERL%%/PSGI