summaryrefslogtreecommitdiff
path: root/devel/p5-PathTools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-PathTools/Makefile')
-rw-r--r--devel/p5-PathTools/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile
new file mode 100644
index 00000000000..37e0f0f6a52
--- /dev/null
+++ b/devel/p5-PathTools/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/25 00:23:56 minskim Exp $
+
+DISTNAME= PathTools-3.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER= kuli0020@umn.edu
+HOMEPAGE= http://search.cpan.org/dist/PathTools/
+COMMENT= Perl module for portably manipulating file specifications
+
+DEPENDS+= p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils
+
+CONFIGURE_ARGS+= DEFINE="-DHAS_GETCWD"
+
+PERL5_PACKLIST= auto/Cwd/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"