Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:46:08 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: e7bc7fae64db - main - textproc/p5-Text-Delimited: Add LICENSE_FILE and NO_ARCH
Message-ID:  <202106251346.15PDk83i087884@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=e7bc7fae64db0013db189343f6f9c7f2f4ac5430

commit e7bc7fae64db0013db189343f6f9c7f2f4ac5430
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:38:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-25 13:38:09 +0000

    textproc/p5-Text-Delimited: Add LICENSE_FILE and NO_ARCH
---
 textproc/p5-Text-Delimited/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/textproc/p5-Text-Delimited/Makefile b/textproc/p5-Text-Delimited/Makefile
index c8ab2b512c0f..41da6fbcb839 100644
--- a/textproc/p5-Text-Delimited/Makefile
+++ b/textproc/p5-Text-Delimited/Makefile
@@ -11,8 +11,11 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Module for parsing delimited text files
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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