aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-06-25 12:09:52 +0800
committerfoxfair <foxfair@FreeBSD.org>2003-06-25 12:09:52 +0800
commitbf6b21a411f3f4c7c72794ea1a3129f0a1c677a9 (patch)
treededd6bc79714f87a2eea9855a973bd65ce29d45e /devel
parente81d0f09d4f54127b7416bf6b44b7037a790ef41 (diff)
downloadfreebsd-ports-gnome-bf6b21a411f3f4c7c72794ea1a3129f0a1c677a9.tar.gz
freebsd-ports-gnome-bf6b21a411f3f4c7c72794ea1a3129f0a1c677a9.tar.zst
freebsd-ports-gnome-bf6b21a411f3f4c7c72794ea1a3129f0a1c677a9.zip
PR:
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Add dependency of p5-Test-Simple to fix build problem. Obtained from: bento
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Algorithm-MarkovChain/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-MarkovChain/Makefile b/devel/p5-Algorithm-MarkovChain/Makefile
index 7c8c82e9b151..9a698b7ec8d8 100644
--- a/devel/p5-Algorithm-MarkovChain/Makefile
+++ b/devel/p5-Algorithm-MarkovChain/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Algorithm-MarkovChain
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
@@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl class capable of creating Markov chains and output based on them
+BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}