summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-08-16 20:50:54 +0000
committerwiz <wiz@pkgsrc.org>2011-08-16 20:50:54 +0000
commitce0f265422c5a9db81b26af09fd2a4a447ec09a0 (patch)
tree813d4fde1dd30d537b4febc16e91d8c3d386f7eb
parenteda9bca25daaabcf84bb4a916888f98fa092696d (diff)
downloadpkgsrc-ce0f265422c5a9db81b26af09fd2a4a447ec09a0.tar.gz
Initial import of p5-Dist-CheckConflicts-0.02:
One shortcoming of the CPAN clients that currently exist is that they have no way of specifying conflicting downstream dependencies of modules. This module attempts to work around this issue by allowing you to specify conflicting versions of modules separately, and deal with them after the module is done installing.
-rw-r--r--devel/p5-Dist-CheckConflicts/DESCR5
-rw-r--r--devel/p5-Dist-CheckConflicts/Makefile22
-rw-r--r--devel/p5-Dist-CheckConflicts/distinfo5
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-Dist-CheckConflicts/DESCR b/devel/p5-Dist-CheckConflicts/DESCR
new file mode 100644
index 00000000000..e5e2795e521
--- /dev/null
+++ b/devel/p5-Dist-CheckConflicts/DESCR
@@ -0,0 +1,5 @@
+One shortcoming of the CPAN clients that currently exist is that
+they have no way of specifying conflicting downstream dependencies
+of modules. This module attempts to work around this issue by
+allowing you to specify conflicting versions of modules separately,
+and deal with them after the module is done installing.
diff --git a/devel/p5-Dist-CheckConflicts/Makefile b/devel/p5-Dist-CheckConflicts/Makefile
new file mode 100644
index 00000000000..9f18b1b42da
--- /dev/null
+++ b/devel/p5-Dist-CheckConflicts/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/16 20:50:54 wiz Exp $
+
+DISTNAME= Dist-CheckConflicts-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Dist-CheckConflicts/
+COMMENT= Perl 5 module to declare version conflicts for your dist
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-List-MoreUtils>=0.12:../../devel/p5-List-MoreUtils
+DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
+DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Dist/CheckConflicts/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Dist-CheckConflicts/distinfo b/devel/p5-Dist-CheckConflicts/distinfo
new file mode 100644
index 00000000000..98c3b1a9811
--- /dev/null
+++ b/devel/p5-Dist-CheckConflicts/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/08/16 20:50:54 wiz Exp $
+
+SHA1 (Dist-CheckConflicts-0.02.tar.gz) = d9c7366073e558a682f22271cceb24e46e37bcc4
+RMD160 (Dist-CheckConflicts-0.02.tar.gz) = 54f9a92709b52e995d558b98d28d87721835907f
+Size (Dist-CheckConflicts-0.02.tar.gz) = 15461 bytes