aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Markdown/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Markdown/Makefile')
-rw-r--r--textproc/p5-Text-Markdown/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile
index 314ce9990989..1742cafc08eb 100644
--- a/textproc/p5-Text-Markdown/Makefile
+++ b/textproc/p5-Text-Markdown/Makefile
@@ -12,15 +12,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Markdown Perl5 module
BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
-RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
-MAN1= Markdown.pl.1
-MAN3= Text::Markdown.3
-
-NO_STAGE= yes
.include <bsd.port.mk>