devel/p5-Test-Mock-LWP-Dispatch: Add LICENSE_FILE

This commit is contained in:
Po-Chuan Hsieh 2021-06-25 21:35:34 +08:00
parent 2631f1fc0e
commit f7157ab81e
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -11,6 +11,7 @@ COMMENT= Mocks LWP::UserAgent and dispatches your requests/responses
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \
@ -19,8 +20,9 @@ RUN_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \
TEST_DEPENDS= p5-Moose>=0:devel/p5-Moose \
p5-Test-Exception>=0:devel/p5-Test-Exception
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>