diff options
author | pettai <pettai@pkgsrc.org> | 2010-03-09 19:41:21 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-03-09 19:41:21 +0000 |
commit | 8521ceead67123be336c8878a9b38334b37f14bb (patch) | |
tree | 52a8b45465da93b92cee9a1196bc7fcb996df66a /textproc | |
parent | 7254e6dd9f64a23c7ce81ea25b937d6422881796 (diff) | |
download | pkgsrc-8521ceead67123be336c8878a9b38334b37f14bb.tar.gz |
Compare elements of two or more lists
(Imported from pkgsrc-wip)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-List-Compare/DESCR | 1 | ||||
-rw-r--r-- | textproc/p5-List-Compare/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-List-Compare/distinfo | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-List-Compare/DESCR b/textproc/p5-List-Compare/DESCR new file mode 100644 index 00000000000..d060a45bc6e --- /dev/null +++ b/textproc/p5-List-Compare/DESCR @@ -0,0 +1 @@ +Compare elements of two or more lists diff --git a/textproc/p5-List-Compare/Makefile b/textproc/p5-List-Compare/Makefile new file mode 100644 index 00000000000..cf911618008 --- /dev/null +++ b/textproc/p5-List-Compare/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2010/03/09 19:41:21 pettai Exp $ +# + +DISTNAME= List-Compare-0.37 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} + +MAINTAINER= pettai@NetBSD.org +HOMEPAGE= http://search.cpan.org/~jkeenan/List-Compare/ +COMMENT= Compare elements of two or more lists + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/List/Compare/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-List-Compare/distinfo b/textproc/p5-List-Compare/distinfo new file mode 100644 index 00000000000..1c0f8359bfb --- /dev/null +++ b/textproc/p5-List-Compare/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2010/03/09 19:41:21 pettai Exp $ + +SHA1 (List-Compare-0.37.tar.gz) = 2c45681686e6499b384086d7c9b8541dfb05a4b3 +RMD160 (List-Compare-0.37.tar.gz) = 2856f7c0361b88273ede9083fd80131d4faf1723 +Size (List-Compare-0.37.tar.gz) = 83106 bytes |