Lines 6-16
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= String-Similarity |
8 |
PORTNAME= String-Similarity |
9 |
PORTVERSION= 0.02 |
9 |
PORTVERSION= 1.00 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITE_SUBDIR= String |
12 |
MASTER_SITE_SUBDIR= String |
13 |
PKGNAMEPREFIX= p5- |
13 |
PKGNAMEPREFIX= p5- |
|
|
14 |
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.0+$//} |
14 |
|
15 |
|
15 |
MAINTAINER= kevlo@FreeBSD.org |
16 |
MAINTAINER= kevlo@FreeBSD.org |
16 |
COMMENT= Perl module that calculates the similarity of two strings |
17 |
COMMENT= Perl module that calculates the similarity of two strings |
Lines 19-22
Link Here
|
19 |
|
20 |
|
20 |
MAN3= String::Similarity.3 |
21 |
MAN3= String::Similarity.3 |
21 |
|
22 |
|
22 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.pre.mk> |
|
|
24 |
|
25 |
.if ${PERL_LEVEL} < 500800 |
26 |
IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again |
27 |
.endif |
28 |
|
29 |
.include <bsd.port.post.mk> |