17 lines
466 B
Makefile
17 lines
466 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2007/06/07 08:05:17 koifren Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= String-Similarity-1.02
|
||
|
PKGNAME= p5-${DISTNAME}
|
||
|
CATEGORIES= textproc perl5
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
||
|
|
||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||
|
HOMEPAGE= http://search.cpan.org/dist/String-Similarity/
|
||
|
COMMENT= Calculate the similarity of two strings
|
||
|
|
||
|
PERL5_PACKLIST= auto/String/Similarity/.packlist
|
||
|
|
||
|
.include "../../lang/perl5/module.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|