diff options
Diffstat (limited to 'textproc/p5-Markdown-Render/Makefile')
-rw-r--r-- | textproc/p5-Markdown-Render/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/textproc/p5-Markdown-Render/Makefile b/textproc/p5-Markdown-Render/Makefile index eff0592e7867..fa09e30cc459 100644 --- a/textproc/p5-Markdown-Render/Makefile +++ b/textproc/p5-Markdown-Render/Makefile @@ -1,5 +1,5 @@ PORTNAME= Markdown-Render -PORTVERSION= 1.60.2 +DISTVERSION= 1.60.4 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BIGFOOT @@ -12,16 +12,15 @@ WWW= https://metacpan.org/release/Markdown-Render LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.64:devel/p5-ExtUtils-MakeMaker \ - p5-File-ShareDir-Install>0:devel/p5-File-ShareDir-Install -RUN_DEPENDS= p5-Class-Accessor>=0.51:devel/p5-Class-Accessor \ - p5-Config-Tiny>=2.28:devel/p5-Config-Tiny \ - p5-TimeDate>=2.24:devel/p5-TimeDate \ - p5-HTTP-Message>=6.45:www/p5-HTTP-Message \ - p5-IO-Stringy>=2.113:devel/p5-IO-Stringy \ - p5-JSON>=4.10:converters/p5-JSON \ - p5-libwww>=6.77:www/p5-libwww \ - p5-Readonly>=2.05:devel/p5-Readonly +BUILD_DEPENDS= p5-File-ShareDir-Install>0:devel/p5-File-ShareDir-Install +RUN_DEPENDS= p5-Class-Accessor>0:devel/p5-Class-Accessor \ + p5-Config-Tiny>0:devel/p5-Config-Tiny \ + p5-TimeDate>0:devel/p5-TimeDate \ + p5-HTTP-Message>0:www/p5-HTTP-Message \ + p5-IO-Stringy>0:devel/p5-IO-Stringy \ + p5-JSON>0:converters/p5-JSON \ + p5-libwww>0:www/p5-libwww \ + p5-Readonly>0:devel/p5-Readonly USES= perl5 USE_PERL5= configure |