Date: Sat, 23 Jun 2018 09:07:19 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473118 - head/www/p5-Plack-Middleware-ReverseProxy Message-ID: <201806230907.w5N97JOG069163@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Jun 23 09:07:19 2018 New Revision: 473118 URL: https://svnweb.freebsd.org/changeset/ports/473118 Log: - Add LICENSE - Style fix - Add NO_ARCH Approved by: portmgr blanket Modified: head/www/p5-Plack-Middleware-ReverseProxy/Makefile Modified: head/www/p5-Plack-Middleware-ReverseProxy/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-ReverseProxy/Makefile Sat Jun 23 08:37:18 2018 (r473117) +++ head/www/p5-Plack-Middleware-ReverseProxy/Makefile Sat Jun 23 09:07:19 2018 (r473118) @@ -10,11 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to support app to run as a reverse proxy backend -RUN_DEPENDS= \ - p5-Plack>=0.9988:www/p5-Plack +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Plack>=0.9988:www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806230907.w5N97JOG069163>