- Update to 1.03

- Remove perl < 5.6 support
- Add WWW.

PR:		ports/115003
Submitted by:	chinsan
Approved by:	kevlo(maintainer), rafan (mentor, implicit)
This commit is contained in:
Chin-San Huang 2007-07-30 01:28:41 +00:00
parent c997e5b4fb
commit 30fdfc066e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196664
3 changed files with 7 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= String-Similarity
PORTVERSION= 1.02
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
@ -19,10 +19,4 @@ PERL_CONFIGURE= yes
MAN3= String::Similarity.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (String-Similarity-1.02.tar.gz) = ab192f4c0a2e6b327f1e57445a176ab8
SHA256 (String-Similarity-1.02.tar.gz) = 6661191cc19cf59f64d46418ccbd3a124cecc0ef56ae12165704954fd9d56364
SIZE (String-Similarity-1.02.tar.gz) = 15799
MD5 (String-Similarity-1.03.tar.gz) = d716cd315dba597ccdb1fc1d76e9d69e
SHA256 (String-Similarity-1.03.tar.gz) = cc5bdefa9a590c28c8548d075b7967eeb9131b3fc26c5cbbd988b344fc51bfdf
SIZE (String-Similarity-1.03.tar.gz) = 15148

View File

@ -3,3 +3,5 @@ arguments. A value of '0' means that the strings are entirely
different. A value of '1' means that the strings are identical.
Everything else lies between 0 and 1 and describes the amount of
similarity between the strings.
WWW: http://search.cpan.org/dist/String-Similarity/