pkgsrc/textproc/p5-String-Similarity/Makefile
2019-08-11 13:17:48 +00:00

19 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/08/11 13:23:39 wiz Exp $
#
DISTNAME= String-Similarity-1.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/String-Similarity
COMMENT= Calculate the similarity of two strings
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c
PERL5_PACKLIST= auto/String/Similarity/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"