summaryrefslogtreecommitdiff
path: root/devel/p5-File-Spec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-File-Spec/Makefile')
-rw-r--r--devel/p5-File-Spec/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/p5-File-Spec/Makefile b/devel/p5-File-Spec/Makefile
new file mode 100644
index 00000000000..2199b722c71
--- /dev/null
+++ b/devel/p5-File-Spec/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2003/10/09 06:21:59 thorpej Exp $
+#
+
+DISTNAME= File-Spec-0.86
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5fsp
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+COMMENT= Portably perform operations on file names
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/Spec/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"