summaryrefslogtreecommitdiff
path: root/filesystems/p5-Path-Tiny/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/p5-Path-Tiny/Makefile')
-rw-r--r--filesystems/p5-Path-Tiny/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile
new file mode 100644
index 00000000000..1ed41f6d73c
--- /dev/null
+++ b/filesystems/p5-Path-Tiny/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2013/07/03 15:13:33 sno Exp $
+#
+
+DISTNAME= Path-Tiny-0.024
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
+
+MAINTAINER= pkgsrc-p5-people@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Path-Tiny/
+COMMENT= Perl5 file path utility
+LICENSE= apache-2.0
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/Path/Tiny/.packlist
+
+DEPENDS+= p5-autodie>=2.14:../../devel/p5-autodie
+DEPENDS+= {perl>=5.18.0,p5-PathTools>=3.40}:../../devel/p5-PathTools
+
+BUILD_DEPENDS+= p5-Devel-Hide-[0-9]*:../../devel/p5-Devel-Hide
+BUILD_DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
+BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
+BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"