git: 508ce644b361 - main - devel/rubygem-chronic: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:34:02 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=508ce644b3615976a2bacb93882504f238be4bc4
commit 508ce644b3615976a2bacb93882504f238be4bc4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:26:34 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:26:34 +0000
devel/rubygem-chronic: Add LICENSE_FILE
---
devel/rubygem-chronic/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/devel/rubygem-chronic/Makefile b/devel/rubygem-chronic/Makefile
index 4114e21d7015..802005bbba10 100644
--- a/devel/rubygem-chronic/Makefile
+++ b/devel/rubygem-chronic/Makefile
@@ -7,10 +7,11 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Natural language date/time parser written in pure Ruby
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>