aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-AI-Categorizer
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-04 16:53:46 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-04 16:53:46 +0000
commit235b4458e31c1bd16f2db6c015e1d680929d9f7c (patch)
tree8bf9c10eb762439d5e125de2557c9d33353661a3 /textproc/p5-AI-Categorizer
parent968f8f63070fd1dcaa5087b266a7ae8ce0911010 (diff)
downloadports-235b4458e31c1bd16f2db6c015e1d680929d9f7c.tar.gz
ports-235b4458e31c1bd16f2db6c015e1d680929d9f7c.zip
- Remove SITE_PERL from *_DEPENDS
Notes
Notes: svn path=/head/; revision=298371
Diffstat (limited to 'textproc/p5-AI-Categorizer')
-rw-r--r--textproc/p5-AI-Categorizer/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-AI-Categorizer/Makefile b/textproc/p5-AI-Categorizer/Makefile
index d6a631dc5ece..193b163735da 100644
--- a/textproc/p5-AI-Categorizer/Makefile
+++ b/textproc/p5-AI-Categorizer/Makefile
@@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Automatic Text Categorization
-BUILD_DEPENDS= ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \
+BUILD_DEPENDS= p5-Class-Container>=0:${PORTSDIR}/devel/p5-Class-Container \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
- ${SITE_PERL}/Statistics/Contingency.pm:${PORTSDIR}/math/p5-Statistics-Contingency \
- ${SITE_PERL}/Lingua/Stem.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \
- ${SITE_PERL}/Time/Progress.pm:${PORTSDIR}/devel/p5-Time-Progress \
- ${SITE_PERL}/${PERL_ARCH}/Algorithm/SVM.pm:${PORTSDIR}/devel/p5-Algorithm-SVM \
- ${SITE_PERL}/${PERL_ARCH}/AI/DecisionTree.pm:${PORTSDIR}/math/p5-AI-DecisionTree \
- ${SITE_PERL}/Algorithm/NaiveBayes.pm:${PORTSDIR}/devel/p5-Algorithm-NaiveBayes
+ p5-Statistics-Contingency>=0:${PORTSDIR}/math/p5-Statistics-Contingency \
+ p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem \
+ p5-Time-Progress>=0:${PORTSDIR}/devel/p5-Time-Progress \
+ p5-Algorithm-SVM>=0:${PORTSDIR}/devel/p5-Algorithm-SVM \
+ p5-AI-DecisionTree>=0:${PORTSDIR}/math/p5-AI-DecisionTree \
+ p5-Algorithm-NaiveBayes>=0:${PORTSDIR}/devel/p5-Algorithm-NaiveBayes
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= AI::Categorizer.3 \