Date: Sat, 27 Aug 2022 10:34:02 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 508ce644b361 - main - devel/rubygem-chronic: Add LICENSE_FILE Message-ID: <202208271034.27RAY20L054132@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208271034.27RAY20L054132>