pkgsrc/devel/p5-Algorithm-HowSimilar/Makefile
obache 66fa8e29e8 Import p5-Algorithm-HowSimilar-0.01 as devel/p5-Algorithm-HowSimilar.
PR#44975 by David H. Gutteridge.

This module leverages Algorithm::Diff to let you compare the degree of
sameness of arrays or strings. It returns a result set that defines
exactly how similar these things are.
2011-06-19 08:59:07 +00:00

22 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 08:59:07 obache Exp $
#
DISTNAME= Algorithm-HowSimilar-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Algorithm-HowSimilar
COMMENT= Perl module for computation of similarity amongst values
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Algorithm-Diff>=1.0:../../devel/p5-Algorithm-Diff
PERL5_PACKLIST= auto/Algorithm/HowSimilar/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"