Date: Fri, 25 Jun 2021 13:47:11 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: 74447fe72ff8 - main - textproc/p5-Text-Truncate: Add LICENSE and NO_ARCH Message-ID: <202106251347.15PDlBWZ089272@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=74447fe72ff8a38c968ab9e7390448ad113a2870 commit 74447fe72ff8a38c968ab9e7390448ad113a2870 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-25 13:41:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-25 13:41:04 +0000 textproc/p5-Text-Truncate: Add LICENSE and NO_ARCH --- textproc/p5-Text-Truncate/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/p5-Text-Truncate/Makefile b/textproc/p5-Text-Truncate/Makefile index dec4488092c7..7a5e4106cb35 100644 --- a/textproc/p5-Text-Truncate/Makefile +++ b/textproc/p5-Text-Truncate/Makefile @@ -10,7 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module with simple string truncating routine +LICENSE= PD + 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?202106251347.15PDlBWZ089272>