summaryrefslogtreecommitdiff
path: root/textproc/p5-List-Compare/Makefile
diff options
context:
space:
mode:
authorpettai <pettai>2010-03-09 19:41:21 +0000
committerpettai <pettai>2010-03-09 19:41:21 +0000
commit012022815b9cd5acd7c1e907ac41ac6195adcbd3 (patch)
tree52a8b45465da93b92cee9a1196bc7fcb996df66a /textproc/p5-List-Compare/Makefile
parent315ec099204ad6c6449b91e8f34343fa5fc335da (diff)
downloadpkgsrc-012022815b9cd5acd7c1e907ac41ac6195adcbd3.tar.gz
Compare elements of two or more lists
(Imported from pkgsrc-wip)
Diffstat (limited to 'textproc/p5-List-Compare/Makefile')
-rw-r--r--textproc/p5-List-Compare/Makefile18
1 files changed, 18 insertions, 0 deletions
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"