mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Mojo::Server::FastCGI - FastCGI Server
WWW: http://search.cpan.org/dist/Mojo-Server-FastCGI/ PR: ports/162467 Submitted by: dikshie <dikshie_AT_sfc.wide.ad.jp> Feature safe: yes
This commit is contained in:
parent
b9cc75f6ab
commit
42cbd710be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285549
@ -1083,6 +1083,7 @@
|
||||
SUBDIR += p5-MediaWiki-API
|
||||
SUBDIR += p5-Mobile-UserAgent
|
||||
SUBDIR += p5-ModPerl-VersionUtil
|
||||
SUBDIR += p5-Mojo-Server-FastCGI
|
||||
SUBDIR += p5-MojoMojo
|
||||
SUBDIR += p5-Mojolicious
|
||||
SUBDIR += p5-Mojolicious-Plugin-Database
|
||||
|
27
www/p5-Mojo-Server-FastCGI/Makefile
Normal file
27
www/p5-Mojo-Server-FastCGI/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: www/p5-Mojo-Server-FastCGI
|
||||
# Date created: 13 Nov 2011
|
||||
# Whom: Dikshie <dikshie@sfc.wide.ad.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mojo-Server-FastCGI
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:ARPI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dikshie@sfc.wide.ad.jp
|
||||
COMMENT= Mojo Server FastCGI
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
RUN_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Mojolicious::Command::fastcgi.3 \
|
||||
Mojo::Server::FastCGI.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Mojo-Server-FastCGI/distinfo
Normal file
2
www/p5-Mojo-Server-FastCGI/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Mojo-Server-FastCGI-0.2.tar.gz) = a1cd0e55af4e6cb9492257931a995b96658ffa9a314c729b92918b24a02294f9
|
||||
SIZE (Mojo-Server-FastCGI-0.2.tar.gz) = 10111
|
3
www/p5-Mojo-Server-FastCGI/pkg-descr
Normal file
3
www/p5-Mojo-Server-FastCGI/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Mojo::Server::FastCGI - FastCGI Server
|
||||
|
||||
WWW: http://search.cpan.org/dist/Mojo-Server-FastCGI/
|
9
www/p5-Mojo-Server-FastCGI/pkg-plist
Normal file
9
www/p5-Mojo-Server-FastCGI/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojo/Server/FastCGI/.packlist
|
||||
%%SITE_PERL%%/Mojo/Server/FastCGI.pm
|
||||
%%SITE_PERL%%/Mojolicious/Command/fastcgi.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojo/Server/FastCGI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojo/Server
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojo
|
||||
@dirrmtry %%SITE_PERL%%/Mojolicious/Command
|
||||
@dirrmtry %%SITE_PERL%%/Mojo/Server
|
||||
@dirrmtry %%SITE_PERL%%/Mojo
|
Loading…
Reference in New Issue
Block a user