git: 735c51eac17c - main - www/p5-Parse-HTTP-UserAgent: Add LICENSE_FILE
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 20 11:43:44 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=735c51eac17ca39226a0055ef9814def2ddb61c2
commit 735c51eac17ca39226a0055ef9814def2ddb61c2
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 11:36:31 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 11:36:31 +0000
www/p5-Parse-HTTP-UserAgent: Add LICENSE_FILE
---
www/p5-Parse-HTTP-UserAgent/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/www/p5-Parse-HTTP-UserAgent/Makefile b/www/p5-Parse-HTTP-UserAgent/Makefile
index a00078170f72..72701b74452a 100644
--- a/www/p5-Parse-HTTP-UserAgent/Makefile
+++ b/www/p5-Parse-HTTP-UserAgent/Makefile
@@ -12,6 +12,7 @@ COMMENT= Parser for the User Agent string
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-JSON>=0:converters/p5-JSON \
@@ -20,10 +21,11 @@ RUN_DEPENDS= p5-JSON>=0:converters/p5-JSON \
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
-PORTSCOUT= limit:^[0-9\.]*$$
+USES= perl5
+USE_PERL5= configure
NO_ARCH= yes
-USE_PERL5= configure
-USES= perl5
+
+PORTSCOUT= limit:^[0-9\.]*$$
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list