aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:19:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:22:13 +0000
commit78f0a040e87cf27c52328c2a815608c55c691463 (patch)
tree01bc2316754fd6fa9691bde76246ccd90e62a5c6
parentd359485bdb82e817901ef3df6a8811cc6e2660e8 (diff)
downloadports-78f0a040e87cf27c52328c2a815608c55c691463.tar.gz
ports-78f0a040e87cf27c52328c2a815608c55c691463.zip
devel/p5-Calendar-Simple: Use DISTVERSIONPREFIX instead of DISTNAME
-rw-r--r--devel/p5-Calendar-Simple/Makefile3
1 files changed, 2 insertions, 1 deletions
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>