mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Nginx::ReadBody is a nginx web server embeded perl module to read
and evaluate a request body. WWW: http://search.cpan.org/dist/Nginx-ReadBody/ PR: ports/145899 Submitted by: Ju Pengfei <jupengfei@gmail.com>
This commit is contained in:
parent
fe288bc865
commit
b1d9d5f16e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253873
@ -1078,6 +1078,7 @@
|
||||
SUBDIR += p5-Net-YAP
|
||||
SUBDIR += p5-Net-eBay
|
||||
SUBDIR += p5-Newsletter
|
||||
SUBDIR += p5-Nginx-ReadBody
|
||||
SUBDIR += p5-PHP-Session
|
||||
SUBDIR += p5-PLP
|
||||
SUBDIR += p5-POE-Component-Client-HTTP
|
||||
|
36
www/p5-Nginx-ReadBody/Makefile
Normal file
36
www/p5-Nginx-ReadBody/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: p5-Nginx-ReadBody
|
||||
# Date created: 2010-04-19
|
||||
# Whom: jupengfei <jupengfei@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Nginx-ReadBody
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/T/TP/TPABA/Nginx
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jupengfei@gmail.com
|
||||
COMMENT= Nginx embeded perl module to read and evaluate a request body
|
||||
|
||||
OPTIONS= NGINX_DEVEL "Use nginx-devel" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_NGINX_DEVEL)
|
||||
RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx-devel
|
||||
.else
|
||||
RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx
|
||||
.endif
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
pre-everything::
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
MAN3= Nginx::ReadBody.3 \
|
||||
Nginx::ReadBody::Russian.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Nginx-ReadBody/distinfo
Normal file
3
www/p5-Nginx-ReadBody/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Nginx-ReadBody-0.07.tar.gz) = a77c1eba6ca7896737285cc4fdf0e9d7
|
||||
SHA256 (Nginx-ReadBody-0.07.tar.gz) = 3c2e0afceda83059e2cb2cbf5fcb2908bdb3f17664c62164cf95115a8cec94a6
|
||||
SIZE (Nginx-ReadBody-0.07.tar.gz) = 6938
|
4
www/p5-Nginx-ReadBody/pkg-descr
Normal file
4
www/p5-Nginx-ReadBody/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Nginx::ReadBody is a nginx web server embeded perl module to read
|
||||
and evaluate a request body.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Nginx-ReadBody/
|
8
www/p5-Nginx-ReadBody/pkg-message
Normal file
8
www/p5-Nginx-ReadBody/pkg-message
Normal file
@ -0,0 +1,8 @@
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
WARNING:
|
||||
Do not forget compile www/nginx or www/nginx-devel
|
||||
with HTTP_PERL_MODULE support
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
7
www/p5-Nginx-ReadBody/pkg-plist
Normal file
7
www/p5-Nginx-ReadBody/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Nginx/ReadBody.pm
|
||||
%%SITE_PERL%%/Nginx/ReadBody/Russian.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Nginx/ReadBody/.packlist
|
||||
@dirrm %%SITE_PERL%%/Nginx/ReadBody
|
||||
@dirrmtry %%SITE_PERL%%/Nginx
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nginx/ReadBody
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nginx
|
Loading…
Reference in New Issue
Block a user