summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2011-09-12 14:04:11 +0000
committerLars Thegler <lth@FreeBSD.org>2011-09-12 14:04:11 +0000
commitff20fda97c486eb304392823886f00c8ad669be6 (patch)
treedf6ae27219e73727eaa937186fc7643ec0aef66f
parentFix network interface detection. Pass maintainership to submitter. (diff)
Remove dependencies that are only used for testing
PR: ports/160064 Submitted by: lth Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=281670
-rw-r--r--textproc/p5-Text-Markdown/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile
index 2f5200eb2474..f8a46b78ec2a 100644
--- a/textproc/p5-Text-Markdown/Makefile
+++ b/textproc/p5-Text-Markdown/Makefile
@@ -14,12 +14,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Markdown Perl5 module
-BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
- p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
- p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-RUN_DEPENDS=${BUILD_DEPENDS}
-
PERL_CONFIGURE= 5.8.0+
MAN1= Markdown.pl.1