summaryrefslogtreecommitdiff
path: root/devel/p5-File-NFSLock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-File-NFSLock/Makefile')
-rw-r--r--devel/p5-File-NFSLock/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/p5-File-NFSLock/Makefile b/devel/p5-File-NFSLock/Makefile
new file mode 100644
index 00000000000..ba920d86657
--- /dev/null
+++ b/devel/p5-File-NFSLock/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/06 18:48:59 abs Exp $
+#
+
+DISTNAME= File-NFSLock-1.20
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= NFS (or not) locking
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/File/NFSLock/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"