diff options
author | gabor <gabor@FreeBSD.org> | 2008-03-04 05:39:14 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2008-03-04 05:39:14 +0800 |
commit | a4d4fad289c86627206e9f69dbf5d6b12fefa650 (patch) | |
tree | 05871579a5950e76cabe8b60e11f26243bdfbc33 /textproc/p5-Text-Markdown | |
parent | 7289eb05d17f04f1957d73173454fe1a74a1c44a (diff) | |
download | freebsd-ports-gnome-a4d4fad289c86627206e9f69dbf5d6b12fefa650.tar.gz freebsd-ports-gnome-a4d4fad289c86627206e9f69dbf5d6b12fefa650.tar.zst freebsd-ports-gnome-a4d4fad289c86627206e9f69dbf5d6b12fefa650.zip |
- 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
Diffstat (limited to 'textproc/p5-Text-Markdown')
-rw-r--r-- | textproc/p5-Text-Markdown/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/pkg-plist | 4 |
3 files changed, 17 insertions, 9 deletions
diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile index f58550470bf2..27c9629e0f87 100644 --- a/textproc/p5-Text-Markdown/Makefile +++ b/textproc/p5-Text-Markdown/Makefile @@ -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> diff --git a/textproc/p5-Text-Markdown/distinfo b/textproc/p5-Text-Markdown/distinfo index d1b87d0e8a87..e46a595fa069 100644 --- a/textproc/p5-Text-Markdown/distinfo +++ b/textproc/p5-Text-Markdown/distinfo @@ -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 diff --git a/textproc/p5-Text-Markdown/pkg-plist b/textproc/p5-Text-Markdown/pkg-plist index 46d3a0b73b14..d972bdc989d3 100644 --- a/textproc/p5-Text-Markdown/pkg-plist +++ b/textproc/p5-Text-Markdown/pkg-plist @@ -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 |