1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/p5-String-Similarity/Makefile
Yen-Ming Lee bdcbb9fc21 String::Similarity requires perl5.8
PR:		69456
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-08-05 04:24:34 +00:00

29 lines
625 B
Makefile

# New ports collection makefile for: p5-String-Similarity
# Date created: 22 June 2001
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= String-Similarity
PORTVERSION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX= p5-
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Perl module that calculates the similarity of two strings
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>