Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:44:37 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: 1e5d2c1e7c23 - main - devel/p5-Routes-Tiny: Remove LICENSE_FILE
Message-ID:  <202106251344.15PDibaL085886@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=1e5d2c1e7c23a56666d9054b87f1e9f8c512acfc

commit 1e5d2c1e7c23a56666d9054b87f1e9f8c512acfc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:35:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-25 13:35:15 +0000

    devel/p5-Routes-Tiny: Remove LICENSE_FILE
    
    The LICENSE file contains Artistic License version 1.0 and GNU General Public
    License version 1, not Artistic License version 2.0.
---
 devel/p5-Routes-Tiny/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/p5-Routes-Tiny/Makefile b/devel/p5-Routes-Tiny/Makefile
index b37af9d4ad11..39d7e68c904c 100644
--- a/devel/p5-Routes-Tiny/Makefile
+++ b/devel/p5-Routes-Tiny/Makefile
@@ -11,10 +11,10 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Lightweight routes implementation
 
 LICENSE=	ART20
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_PERL5=	modbuildtiny
 USES=		perl5
+USE_PERL5=	modbuildtiny
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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