diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2026-04-28 16:32:21 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2026-04-28 16:32:42 +0000 |
| commit | 074424404f0c3e7d24a954ec5b6fbf1853f80725 (patch) | |
| tree | 93979c3eb5ba441dfd102868889ec4ae57ee8d44 | |
| parent | 0234ee2aac2d94ca0712b89384327a7925f41502 (diff) | |
| -rw-r--r-- | textproc/p5-Lingua-EN-Syllable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-EN-Syllable/Makefile b/textproc/p5-Lingua-EN-Syllable/Makefile index db21d16fde3e..e13150b28e75 100644 --- a/textproc/p5-Lingua-EN-Syllable/Makefile +++ b/textproc/p5-Lingua-EN-Syllable/Makefile @@ -1,8 +1,9 @@ PORTNAME= Lingua-EN-Syllable -DISTVERSION= 0.30 +DISTVERSION= 0.300 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MASTER_SITE_SUBDIR= CPAN:NEILB MAINTAINER= bofh@FreeBSD.org |
