Index: head/devel/p5-Algorithm-NaiveBayes/Makefile =================================================================== --- head/devel/p5-Algorithm-NaiveBayes/Makefile (revision 109452) +++ head/devel/p5-Algorithm-NaiveBayes/Makefile (revision 109453) @@ -1,22 +1,29 @@ # New ports collection makefile for: Algorithm::NaiveBayes # Date created: Oct 25 2003 # Whom: clsung@dragon2.net # # $FreeBSD$ # PORTNAME= Algorithm-NaiveBayes -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Algorithm PKGNAMEPREFIX= p5- MAINTAINER= clsung@dragon2.net COMMENT= Perl class performing Bayesian prediction of categories -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Algorithm::NaiveBayes.3 -.include +.include + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include Property changes on: head/devel/p5-Algorithm-NaiveBayes/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/p5-Algorithm-NaiveBayes/distinfo =================================================================== --- head/devel/p5-Algorithm-NaiveBayes/distinfo (revision 109452) +++ head/devel/p5-Algorithm-NaiveBayes/distinfo (revision 109453) @@ -1,2 +1,2 @@ -MD5 (Algorithm-NaiveBayes-0.02.tar.gz) = 3477830a254449a26c5eb3e4c85b0054 -SIZE (Algorithm-NaiveBayes-0.02.tar.gz) = 6603 +MD5 (Algorithm-NaiveBayes-0.03.tar.gz) = 7a6507570d490ba6c1c5b8910d624f5c +SIZE (Algorithm-NaiveBayes-0.03.tar.gz) = 7385 Property changes on: head/devel/p5-Algorithm-NaiveBayes/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/p5-Algorithm-NaiveBayes/pkg-plist =================================================================== --- head/devel/p5-Algorithm-NaiveBayes/pkg-plist (revision 109452) +++ head/devel/p5-Algorithm-NaiveBayes/pkg-plist (revision 109453) @@ -1,6 +1,8 @@ %%SITE_PERL%%/Algorithm/NaiveBayes.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/NaiveBayes/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/NaiveBayes -@dirrm %%SITE_PERL%%/Algorithm -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true +%%SITE_PERL%%/Algorithm/NaiveBayes/Model/Discrete.pm +%%SITE_PERL%%/Algorithm/NaiveBayes/Model/Frequency.pm +%%SITE_PERL%%/Algorithm/NaiveBayes/Model/Gaussian.pm +%%SITE_PERL%%/Algorithm/NaiveBayes/Util.pm +@dirrm %%SITE_PERL%%/Algorithm/NaiveBayes/Model +@dirrm %%SITE_PERL%%/Algorithm/NaiveBayes @unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true Property changes on: head/devel/p5-Algorithm-NaiveBayes/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property