summaryrefslogtreecommitdiff
path: root/sysutils/p5-Lchown/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2004-10-11 09:41:31 +0000
committerkim <kim@pkgsrc.org>2004-10-11 09:41:31 +0000
commit744170721a5bf2f051f65e94f8c930e288812ade (patch)
treed9f010cc8c627273fa91dcea6d5298c8563ab9ca /sysutils/p5-Lchown/Makefile
parente6f47214d8595cf3a179ba5439153c9d0a541fe2 (diff)
downloadpkgsrc-744170721a5bf2f051f65e94f8c930e288812ade.tar.gz
Provides a perl interface to the lchown() system call, on platforms that
support it.
Diffstat (limited to 'sysutils/p5-Lchown/Makefile')
-rw-r--r--sysutils/p5-Lchown/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/p5-Lchown/Makefile b/sysutils/p5-Lchown/Makefile
new file mode 100644
index 00000000000..067822976fb
--- /dev/null
+++ b/sysutils/p5-Lchown/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/11 09:41:31 kim Exp $
+
+DISTNAME= Lchown-0.07
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5lc
+CATEGORIES= sysutils perl5
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/
+#MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+
+MAINTAINER= tech-pkg@NetBSD.org
+COMMENT= Perl5 module interface to the lchown() system call
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Lchown/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"