diff --git a/devel/p5-Lchown/Makefile b/devel/p5-Lchown/Makefile new file mode 100644 index 00000000000..a9bf3c73eda --- /dev/null +++ b/devel/p5-Lchown/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/04/25 19:31:29 sturm Exp $ + +SHARED_ONLY= Yes + +COMMENT= "Perl interface to the lchown(2) system call" + +DISTNAME= Lchown-1.00 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 + +MAINTAINER= Alexander Bluhm + +# GPL or Artistic (same terms as Perl 5.8.0 or later) +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/ + +CONFIGURE_STYLE=perl + +.include diff --git a/devel/p5-Lchown/distinfo b/devel/p5-Lchown/distinfo new file mode 100644 index 00000000000..bc13259f28a --- /dev/null +++ b/devel/p5-Lchown/distinfo @@ -0,0 +1,4 @@ +MD5 (Lchown-1.00.tar.gz) = efd5e403bcd9db6d13c6a26194a6ac8f +RMD160 (Lchown-1.00.tar.gz) = 0a0548928a32ca43ba5ed7418c7191ca25aa29f9 +SHA1 (Lchown-1.00.tar.gz) = 9c19b0f2e8303121ac0b95ce14977546ba118efb +SIZE (Lchown-1.00.tar.gz) = 3466 diff --git a/devel/p5-Lchown/pkg/DESCR b/devel/p5-Lchown/pkg/DESCR new file mode 100644 index 00000000000..76ff4330f83 --- /dev/null +++ b/devel/p5-Lchown/pkg/DESCR @@ -0,0 +1,3 @@ +The Lchown module provides a perl interface to the lchown(2) UNIX system +call, on systems that support lchown. The lchown(2) call is used to +change the ownership and group of symbolic links. diff --git a/devel/p5-Lchown/pkg/PLIST b/devel/p5-Lchown/pkg/PLIST new file mode 100644 index 00000000000..49b812a160c --- /dev/null +++ b/devel/p5-Lchown/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/25 19:31:29 sturm Exp $ +${P5ARCH}/ +${P5ARCH}/Lchown.pm +${P5ARCH}/auto/ +${P5ARCH}/auto/Lchown/ +${P5ARCH}/auto/Lchown/Lchown.bs +${P5ARCH}/auto/Lchown/Lchown.so +@man man/man3p/Lchown.3p