summaryrefslogtreecommitdiff
path: root/devel/p5-File-Path/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-File-Path/Makefile')
-rw-r--r--devel/p5-File-Path/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/p5-File-Path/Makefile b/devel/p5-File-Path/Makefile
new file mode 100644
index 00000000000..3015e045d35
--- /dev/null
+++ b/devel/p5-File-Path/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/11 13:34:36 he Exp $
+#
+
+DISTNAME= File-Path-2.07
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5fpc
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/File-Path/
+COMMENT= Perl5 module to create or remove directory trees
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/File/Path/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"