mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update 1.0.13
- Better adjustement of dependencies - Use PERL_CONFIGURE instead of PERL_MODBUILD PR: ports/121027 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
This commit is contained in:
parent
068bbc4169
commit
724fa85c4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208399
@ -6,19 +6,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= Text-Markdown
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 1.0.16
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= fernan@iib.unsam.edu.ar
|
||||
COMMENT= Markdown Perl5 module
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
||||
BUILD_DEPENDS= ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= YES
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= Text::Markdown.3
|
||||
MAN3= Text::Markdown.3 \
|
||||
Text::MultiMarkdown.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Text-Markdown-1.0.3.tar.gz) = cbef6151c4ec798754e4dd21164a4dac
|
||||
SHA256 (Text-Markdown-1.0.3.tar.gz) = 1191bb1a1ba0268a8d940dcc10c767ac68e18bc5fe4cc38f559210d4c62c35b3
|
||||
SIZE (Text-Markdown-1.0.3.tar.gz) = 17372
|
||||
MD5 (Text-Markdown-1.0.16.tar.gz) = 677f6f21a8e1da099b5e493497c171d3
|
||||
SHA256 (Text-Markdown-1.0.16.tar.gz) = 188006e8aca2384630d11bd67d9a8e862f9e3acb423f1462c30cfe033038a8bb
|
||||
SIZE (Text-Markdown-1.0.16.tar.gz) = 126735
|
||||
|
@ -1,2 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown/.packlist
|
||||
%%SITE_PERL%%/Text/MultiMarkdown.pm
|
||||
%%SITE_PERL%%/Text/Markdown.pm
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
|
Loading…
Reference in New Issue
Block a user