diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-26 11:55:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-26 11:55:23 +0000 |
commit | aae33b1c396e710749747867925ae9237fa9af43 (patch) | |
tree | 5635fb7e2da6855267242c3a2f96be8de0f05edc /converters/p5-Convert-TNEF | |
parent | ea9a1e8d24ebfee88317a1ea37bb29ca46e672fb (diff) |
Notes
Diffstat (limited to 'converters/p5-Convert-TNEF')
-rw-r--r-- | converters/p5-Convert-TNEF/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile index e1e3d1150dc7..0bf75da2725c 100644 --- a/converters/p5-Convert-TNEF/Makefile +++ b/converters/p5-Convert-TNEF/Makefile @@ -3,7 +3,7 @@ PORTNAME= Convert-TNEF PORTVERSION= 0.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \ +RUN_DEPENDS= p5-IO-Stringy>=0:devel/p5-IO-Stringy \ p5-MIME-Tools>=4.109:mail/p5-MIME-Tools USES= perl5 |