git: e063b2f99192 - main - devel/p5-Alien-Role-Dino: Fix dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Feb 2026 20:33:45 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e063b2f991927c02e5b141336b44c752b617f418
commit e063b2f991927c02e5b141336b44c752b617f418
Author: Tomohiro Hosaka <bokutin@bokut.in>
AuthorDate: 2026-02-01 20:29:16 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-01 20:32:39 +0000
devel/p5-Alien-Role-Dino: Fix dependencies
While here replace PORTVERSION with DISTVERSION.
PR: 292850
MFH: 2026Q1
---
devel/p5-Alien-Role-Dino/Makefile | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/devel/p5-Alien-Role-Dino/Makefile b/devel/p5-Alien-Role-Dino/Makefile
index eb57a0e023ac..fdcec396d060 100644
--- a/devel/p5-Alien-Role-Dino/Makefile
+++ b/devel/p5-Alien-Role-Dino/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Alien-Role-Dino
-PORTVERSION= 0.08
+DISTVERSION= 0.08
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PLICEASE
@@ -12,12 +13,14 @@ WWW= https://metacpan.org/release/Alien-Role-Dino
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-RUN_DEPENDS= p5-Alien-Build>=0.99:devel/p5-Alien-Build \
+_BR_DEPENDS= p5-Alien-Build>=0.99:devel/p5-Alien-Build \
p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers \
p5-FFI-CheckLib>0:devel/p5-FFI-CheckLib \
p5-Path-Tiny>0:devel/p5-Path-Tiny \
- p5-Role-Tiny>0:devel/p5-Role-Tiny
-TEST_DEPENDS= p5-Alien-Build>=0.99:devel/p5-Alien-Build
+ p5-Role-Tiny>=1.003001:devel/p5-Role-Tiny
+BUILD_DEPENDS= ${_BR_DEPENDS}
+RUN_DEPENDS= ${_BR_DEPENDS}
+TEST_DEPENDS= ${_BR_DEPENDS}
USES= perl5
USE_PERL5= configure