devel/p5-Coro: Remove unnecessary substitution

This commit is contained in:
Po-Chuan Hsieh 2024-03-23 22:19:59 +08:00
parent 6d585ef449
commit 6dd3368282
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -4,7 +4,7 @@ PORTEPOCH= 1
CATEGORIES= devel perl5 CATEGORIES= devel perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:S|0$||} DISTNAME= Coro-${PORTVERSION:S|0$||}
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Coroutine process abstraction for perl COMMENT= Coroutine process abstraction for perl