1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

www/p5-Plack-Middleware-Expires: Add LICENSE_FILE

This commit is contained in:
Po-Chuan Hsieh 2021-06-20 19:36:35 +08:00
parent 735c51eac1
commit 9d389f46b5
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -12,6 +12,7 @@ COMMENT= Perl module mod_expires for Plack
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTTP-Date>=0:www/p5-HTTP-Date \
@ -19,8 +20,9 @@ RUN_DEPENDS= p5-HTTP-Date>=0:www/p5-HTTP-Date \
p5-Plack>=0.9937:www/p5-Plack \
p5-Try-Tiny>=0.06:lang/p5-Try-Tiny
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>