mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 19:54:59 -04:00
20 lines
584 B
Makefile
20 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/06/12 10:48:52 wiz Exp $
|
|
|
|
DISTNAME= Algorithm-HowSimilar-0.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
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}
|
|
|
|
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"
|