git: e4ffc2353657 - main - devel/p5-Types-Self: Fix b58c534bee8d97c9be5bec4c77170ddd9d79dea3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:37:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4ffc23536570190fb9a2d2d2bbb16cf6269f82e commit e4ffc23536570190fb9a2d2d2bbb16cf6269f82e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 15:01:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:11:04 +0000 devel/p5-Types-Self: Fix b58c534bee8d97c9be5bec4c77170ddd9d79dea3 - Update WWW - Add LICENSE_FILE - Fix *_DEPENDS: - Add missing {BUILD,RUN}_DEPENDS - Clean up TEST_DEPENDS - Remove duplicate NO_ARCH - Bump PORTREVISION for dependency change --- devel/p5-Types-Self/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/p5-Types-Self/Makefile b/devel/p5-Types-Self/Makefile index fcc0a3bf382f..838fdffff183 100644 --- a/devel/p5-Types-Self/Makefile +++ b/devel/p5-Types-Self/Makefile @@ -1,24 +1,26 @@ PORTNAME= Types-Self PORTVERSION= 0.002 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Perl Self type to constrains values to be blessed objects -WWW= https://metacpan.org/release/OrePAN2 +COMMENT= Provide a "Self" type constraint, referring to the caller class or role +WWW= https://metacpan.org/dist/Types-Self LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= p5-Role-Hooks>0:devel/p5-Role-Hooks \ - p5-Role-Tiny>0:devel/p5-Role-Tiny \ - p5-Type-Tiny>0:devel/p5-Type-Tiny +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Role-Hooks>=0:devel/p5-Role-Hooks \ + p5-Type-Tiny>=1.012:devel/p5-Type-Tiny +TEST_DEPENDS= p5-Role-Tiny>=0:devel/p5-Role-Tiny USES= perl5 USE_PERL5= configure -NO_ARCH= YES NO_ARCH= yes