Plack::Middleware::AddDefaultCharset is a port of the
AddDefaultCharset configuration directive of the Apache HTTP server. WWW: http://search.cpan.org/dist/Plack-Middleware-AddDefaultCharset/
This commit is contained in:
parent
20e1c38f50
commit
262c554290
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263925
5 changed files with 37 additions and 0 deletions
|
@ -1108,6 +1108,7 @@
|
|||
SUBDIR += p5-Plack-Handler-AnyEvent-SCGI
|
||||
SUBDIR += p5-Plack-Handler-SCGI
|
||||
SUBDIR += p5-Plack-Middleware-AMF
|
||||
SUBDIR += p5-Plack-Middleware-AddDefaultCharset
|
||||
SUBDIR += p5-Plack-Middleware-Auth-Digest
|
||||
SUBDIR += p5-Plack-Middleware-AutoRefresh
|
||||
SUBDIR += p5-Plack-Middleware-ConsoleLogger
|
||||
|
|
25
www/p5-Plack-Middleware-AddDefaultCharset/Makefile
Normal file
25
www/p5-Plack-Middleware-AddDefaultCharset/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: Plack::Middleware::AddDefaultCharset
|
||||
# Date created: 02 Nov 2010
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Plack-Middleware-AddDefaultCharset
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to port Apache2 AddDefaultCharset for Plack
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Plack::Middleware::AddDefaultCharset.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Plack-Middleware-AddDefaultCharset/distinfo
Normal file
2
www/p5-Plack-Middleware-AddDefaultCharset/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Plack-Middleware-AddDefaultCharset-0.02.tar.gz) = 010f022c8bf69dde8bbf952597470e9d1bff83f239ee9a79fe792c63f19531f7
|
||||
SIZE (Plack-Middleware-AddDefaultCharset-0.02.tar.gz) = 15960
|
4
www/p5-Plack-Middleware-AddDefaultCharset/pkg-descr
Normal file
4
www/p5-Plack-Middleware-AddDefaultCharset/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Plack::Middleware::AddDefaultCharset is a port of the
|
||||
AddDefaultCharset configuration directive of the Apache HTTP server.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Plack-Middleware-AddDefaultCharset/
|
5
www/p5-Plack-Middleware-AddDefaultCharset/pkg-plist
Normal file
5
www/p5-Plack-Middleware-AddDefaultCharset/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/AddDefaultCharset/.packlist
|
||||
%%SITE_PERL%%/Plack/Middleware/AddDefaultCharset.pm
|
||||
@comment @dirrmtry %%SITE_PERL%%/Plack/Middleware
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/AddDefaultCharset
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware
|
Loading…
Reference in a new issue