1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 0.08

PR:		ports/68229
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-06-23 12:31:08 +00:00
parent 3d183f8310
commit 81dfee85bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112050
2 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Algorithm-SVM
PORTVERSION= 0.06
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
@ -22,4 +22,10 @@ MAN3= Algorithm::SVM.3 \
CC= c++
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (Algorithm-SVM-0.06.tar.gz) = a9f0f648ea626c7912682cf3bd8d6411
SIZE (Algorithm-SVM-0.06.tar.gz) = 44703
MD5 (Algorithm-SVM-0.08.tar.gz) = c31074106a35ee03231b96e22fe52f9b
SIZE (Algorithm-SVM-0.08.tar.gz) = 48307