git: 78f0a040e87c - main - devel/p5-Calendar-Simple: Use DISTVERSIONPREFIX instead of DISTNAME

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 16 May 2024 06:31:21 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78f0a040e87cf27c52328c2a815608c55c691463

commit 78f0a040e87cf27c52328c2a815608c55c691463
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:19:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:13 +0000

    devel/p5-Calendar-Simple: Use DISTVERSIONPREFIX instead of DISTNAME
---
 devel/p5-Calendar-Simple/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Calendar-Simple/Makefile b/devel/p5-Calendar-Simple/Makefile
index ca6f714a29b9..85cb702d685b 100644
--- a/devel/p5-Calendar-Simple/Makefile
+++ b/devel/p5-Calendar-Simple/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	Calendar-Simple
 PORTVERSION=	2.0.3
+DISTVERSIONPREFIX=	v
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DAVECROSS
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl extension to create simple calendars
@@ -15,6 +15,7 @@ LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	modbuild
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>