git: 5973ea56d5e9 - main - devel/p5-Sub-Infix: Add LICENSE_FILE and NO_ARCH

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 25 13:44:49 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5973ea56d5e9ea0eeef33721a2cc0955c97bf1fd

commit 5973ea56d5e9ea0eeef33721a2cc0955c97bf1fd
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:35:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-25 13:35:20 +0000

    devel/p5-Sub-Infix: Add LICENSE_FILE and NO_ARCH
---
 devel/p5-Sub-Infix/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Sub-Infix/Makefile b/devel/p5-Sub-Infix/Makefile
index 2bceb51d8cc0..962a312608de 100644
--- a/devel/p5-Sub-Infix/Makefile
+++ b/devel/p5-Sub-Infix/Makefile
@@ -12,10 +12,13 @@ COMMENT=	Create a fake infix operator
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-main mailing list