git: 2511325c6454 - main - devel/p5-Jonk: Add LICENSE, NO_ARCH and PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:24:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2511325c6454cf4d8885bb757bc6017ee70250b1 commit 2511325c6454cf4d8885bb757bc6017ee70250b1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-16 04:01:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-16 04:19:42 +0000 devel/p5-Jonk: Add LICENSE, NO_ARCH and PORTSCOUT --- devel/p5-Jonk/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/devel/p5-Jonk/Makefile b/devel/p5-Jonk/Makefile index 6e99ed0f6b51..9aa96c1dba22 100644 --- a/devel/p5-Jonk/Makefile +++ b/devel/p5-Jonk/Makefile @@ -7,14 +7,20 @@ MASTER_SITE_SUBDIR= CPAN:NEKOKAK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Perl extension for simple job tank manager +COMMENT= Simple job tank manager + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= \ - p5-DBI>0:databases/p5-DBI \ - p5-Try-Tiny>0:lang/p5-Try-Tiny +RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny USES= perl5 USE_PERL5= configure +NO_ARCH= yes + +PORTSCOUT= limit:^[0-9\.]*$$ + .include <bsd.port.mk>