summaryrefslogtreecommitdiff
path: root/devel/p5-Path-IsDev
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2014-09-12 12:52:12 +0000
committerwen <wen@pkgsrc.org>2014-09-12 12:52:12 +0000
commit70dafe6ef4fc6f21818aba5dc1b802484cdc7336 (patch)
tree4f78bcca0dbc359a759127566530a109904df8dc /devel/p5-Path-IsDev
parent02d5b0b1f5b979180c03c2007bbca277a4b93c9c (diff)
downloadpkgsrc-70dafe6ef4fc6f21818aba5dc1b802484cdc7336.tar.gz
Import Path-IsDev-1.001002 as devel/p5-Path-IsDev.
This module is more or less a bunch of heuristics for determining if a given path is a development tree root of some kind. This has many useful applications, notably ones that require behaviours for "installed" modules to be different to those that are still "in development".
Diffstat (limited to 'devel/p5-Path-IsDev')
-rw-r--r--devel/p5-Path-IsDev/DESCR6
-rw-r--r--devel/p5-Path-IsDev/Makefile25
-rw-r--r--devel/p5-Path-IsDev/distinfo5
3 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-Path-IsDev/DESCR b/devel/p5-Path-IsDev/DESCR
new file mode 100644
index 00000000000..c351190ccde
--- /dev/null
+++ b/devel/p5-Path-IsDev/DESCR
@@ -0,0 +1,6 @@
+This module is more or less a bunch of heuristics for determining if a
+given path is a development tree root of some kind.
+
+This has many useful applications, notably ones that require
+behaviours for "installed" modules to be different to those that are
+still "in development"
diff --git a/devel/p5-Path-IsDev/Makefile b/devel/p5-Path-IsDev/Makefile
new file mode 100644
index 00000000000..61303c9f91c
--- /dev/null
+++ b/devel/p5-Path-IsDev/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2014/09/12 12:52:12 wen Exp $
+
+DISTNAME= Path-IsDev-1.001002
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KE/KENTNL/}
+
+MAINTAINER= pkgsrc@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Path-IsDev/
+COMMENT= Perl extension to determine if path resembles dev source tree
+LICENSE= ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/Path/IsDev/.packlist
+
+DEPENDS+= p5-Path-Tiny>=0.004:../../filesystems/p5-Path-Tiny
+DEPENDS+= p5-Class-Tiny>=0.010:../../devel/p5-Class-Tiny
+DEPENDS+= p5-File-HomeDir>0:../../devel/p5-File-HomeDir
+DEPENDS+= p5-Module-Runtime>0:../../devel/p5-Module-Runtime
+DEPENDS+= p5-Role-Tiny>0:../../devel/p5-Role-Tiny
+DEPENDS+= p5-Sub-Exporter>0:../../devel/p5-Sub-Exporter
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Path-IsDev/distinfo b/devel/p5-Path-IsDev/distinfo
new file mode 100644
index 00000000000..0fd0fbb5459
--- /dev/null
+++ b/devel/p5-Path-IsDev/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/12 12:52:12 wen Exp $
+
+SHA1 (Path-IsDev-1.001002.tar.gz) = 5fd427ee02a5405bdf8c748abec2e2908aa18afc
+RMD160 (Path-IsDev-1.001002.tar.gz) = 8073a9b3357dd447086080dc624d0913ddd77d2f
+Size (Path-IsDev-1.001002.tar.gz) = 190868 bytes