git: f07e5d0446f2 - main - devel/p5-Test-Time: Add LICENSE and NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:48:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f07e5d0446f2d608c7e9b0f3b93aa25b3b852c40 commit f07e5d0446f2d608c7e9b0f3b93aa25b3b852c40 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:10:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:37:56 +0000 devel/p5-Test-Time: Add LICENSE and NO_ARCH --- devel/p5-Test-Time/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/p5-Test-Time/Makefile b/devel/p5-Test-Time/Makefile index 039f85cc77a0..269e486aff3e 100644 --- a/devel/p5-Test-Time/Makefile +++ b/devel/p5-Test-Time/Makefile @@ -7,7 +7,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to override time()/sleep() core functions for testing +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>