diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:48:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:48:13 +0800 |
commit | 53f7d143d6593d2fe1e7b96233c210f8248d9715 (patch) | |
tree | 4d71f0ed059b2aa41410ed2090db8010ad4b2070 | |
parent | 9bef1e7d241941e00397baca758599c3e28427e1 (diff) | |
download | freebsd-ports-gnome-53f7d143d6593d2fe1e7b96233c210f8248d9715.tar.gz freebsd-ports-gnome-53f7d143d6593d2fe1e7b96233c210f8248d9715.tar.zst freebsd-ports-gnome-53f7d143d6593d2fe1e7b96233c210f8248d9715.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, convert to new options helper
PR: 188118
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | www/p5-Nginx-ReadBody/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/www/p5-Nginx-ReadBody/Makefile b/www/p5-Nginx-ReadBody/Makefile index 94ca9be25102..83f020014051 100644 --- a/www/p5-Nginx-ReadBody/Makefile +++ b/www/p5-Nginx-ReadBody/Makefile @@ -8,21 +8,19 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TPABA/Nginx PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Nginx embeded perl module to read and evaluate a request body +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + OPTIONS_DEFINE= NGINX_DEVEL NGINX_DEVEL_DESC= Use nginx-devel -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNGINX_DEVEL} -RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx-devel -.else -RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx -.endif - USES= perl5 USE_PERL5= configure +NGINX_DEVEL_RUN_DEPENDS= nginx:${PORTSDIR}/www/nginx-devel +NGINX_DEVEL_RUN_DEPENDS_OFF= nginx:${PORTSDIR}/www/nginx + .include <bsd.port.mk> |