Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / p5-Nginx-ReadBody / Makefile
1 PORTNAME=       Nginx-ReadBody
2 PORTVERSION=    0.07
3 PORTREVISION=   1
4 CATEGORIES=     www perl5
5 MASTER_SITES=   CPAN
6 MASTER_SITE_SUBDIR=     CPAN:TPABA/Nginx
7 PKGNAMEPREFIX=  p5-
8
9 MAINTAINER=     bofh@FreeBSD.org
10 COMMENT=        Nginx embeded perl module to read and evaluate a request body
11 WWW=            https://metacpan.org/release/Nginx-ReadBody
12
13 LICENSE=        ART10 GPLv1+
14 LICENSE_COMB=   dual
15
16 OPTIONS_DEFINE= NGINX_DEVEL
17 NGINX_DEVEL_DESC=       Use nginx-devel
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 NGINX_DEVEL_RUN_DEPENDS=        nginx:www/nginx-devel
23 NGINX_DEVEL_RUN_DEPENDS_OFF=    nginx:www/nginx
24
25 .include <bsd.port.mk>