Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 14:48: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: 1fc5927ebfe9 - main - math/p5-Math-Int64: Add LICENSE_FILE
Message-ID:  <202106101448.15AEm2ZE048521@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=1fc5927ebfe97077de3d0012499c82e2d1e0041b

commit 1fc5927ebfe97077de3d0012499c82e2d1e0041b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-10 14:27:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-10 14:46:07 +0000

    math/p5-Math-Int64: Add LICENSE_FILE
---
 math/p5-Math-Int64/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/p5-Math-Int64/Makefile b/math/p5-Math-Int64/Makefile
index 5fce2a016814..1c565deb33ab 100644
--- a/math/p5-Math-Int64/Makefile
+++ b/math/p5-Math-Int64/Makefile
@@ -11,9 +11,10 @@ COMMENT=	Manipulate 64 bits integers in Perl
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101448.15AEm2ZE048521>