git: 1e5d2c1e7c23 - main - devel/p5-Routes-Tiny: Remove LICENSE_FILE
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 25 13:44:38 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1e5d2c1e7c23a56666d9054b87f1e9f8c512acfc
commit 1e5d2c1e7c23a56666d9054b87f1e9f8c512acfc
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:35:15 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at 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>
More information about the dev-commits-ports-all
mailing list