2013-09-21 01:36:50 +02:00
|
|
|
# Created by: jupengfei <jupengfei@gmail.com>
|
2010-05-07 05:01:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Nginx-ReadBody
|
|
|
|
PORTVERSION= 0.07
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-05-07 05:01:21 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:22:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:TPABA/Nginx
|
2010-05-07 05:01:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2010-05-07 05:01:21 +02:00
|
|
|
COMMENT= Nginx embeded perl module to read and evaluate a request body
|
|
|
|
|
2014-04-06 07:48:13 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-06-10 18:36:00 +02:00
|
|
|
OPTIONS_DEFINE= NGINX_DEVEL
|
|
|
|
NGINX_DEVEL_DESC= Use nginx-devel
|
2010-05-07 05:01:21 +02:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-05-07 05:01:21 +02:00
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
NGINX_DEVEL_RUN_DEPENDS= nginx:www/nginx-devel
|
|
|
|
NGINX_DEVEL_RUN_DEPENDS_OFF= nginx:www/nginx
|
2014-04-06 07:48:13 +02:00
|
|
|
|
2010-05-07 05:01:21 +02:00
|
|
|
.include <bsd.port.mk>
|