1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Add missing required dependency (HTTP::Entities: cpansearch.perl.org/src/BOBTFISH/Text-MultiMarkdown-1.000035/Changes)

- Bump PORTREVISION
This commit is contained in:
Ryan Steinmetz 2014-10-06 22:39:57 +00:00
parent 65e1bf2e46
commit 8503429b79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370237

View File

@ -3,6 +3,7 @@
PORTNAME= Text-MultiMarkdown
PORTVERSION= 1.000035
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -13,7 +14,8 @@ COMMENT= Convert MultiMarkdown syntax to (X)HTML
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= p5-Text-Markdown>=1.0.26:${PORTSDIR}/textproc/p5-Text-Markdown
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS:= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
${BUILD_DEPENDS}
TEST_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception