summaryrefslogtreecommitdiff
path: root/devel/p5-String-KeyboardDistance/Makefile
blob: 7a92d282266c17eadaf6f9b3e9ee502e3236c3b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	String-KeyboardDistance
PORTVERSION=	1.01
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:KRBURTON
PKGNAMEPREFIX=	p5-

MAINTAINER=	m.ne@gmx.net
COMMENT=	String::KeyboardDistance - String Comparison Algorithm
WWW=		https://metacpan.org/dist/String-KeyboardDistance

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>