From 744170721a5bf2f051f65e94f8c930e288812ade Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 11 Oct 2004 09:41:31 +0000 Subject: Provides a perl interface to the lchown() system call, on platforms that support it. --- sysutils/p5-Lchown/DESCR | 2 ++ sysutils/p5-Lchown/Makefile | 17 +++++++++++++++++ sysutils/p5-Lchown/PLIST | 1 + sysutils/p5-Lchown/distinfo | 4 ++++ 4 files changed, 24 insertions(+) create mode 100644 sysutils/p5-Lchown/DESCR create mode 100644 sysutils/p5-Lchown/Makefile create mode 100644 sysutils/p5-Lchown/PLIST create mode 100644 sysutils/p5-Lchown/distinfo diff --git a/sysutils/p5-Lchown/DESCR b/sysutils/p5-Lchown/DESCR new file mode 100644 index 00000000000..a2d517581a5 --- /dev/null +++ b/sysutils/p5-Lchown/DESCR @@ -0,0 +1,2 @@ +Provides a perl interface to the lchown() system call, on platforms that +support it. 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" diff --git a/sysutils/p5-Lchown/PLIST b/sysutils/p5-Lchown/PLIST new file mode 100644 index 00000000000..df2b12461ef --- /dev/null +++ b/sysutils/p5-Lchown/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/11 09:41:31 kim Exp $ diff --git a/sysutils/p5-Lchown/distinfo b/sysutils/p5-Lchown/distinfo new file mode 100644 index 00000000000..eef053d8611 --- /dev/null +++ b/sysutils/p5-Lchown/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/10/11 09:41:31 kim Exp $ + +SHA1 (Lchown-0.07.tar.gz) = 523e7a814bb19b5704eb89fd563e65399939c66a +Size (Lchown-0.07.tar.gz) = 3112 bytes -- cgit v1.2.3