7903104165
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. from Alexander Bluhm <alexander_bluhm at genua.de>
24 lines
540 B
Makefile
24 lines
540 B
Makefile
# $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 <alexander_bluhm@genua.de>
|
|
|
|
# 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 <bsd.port.mk>
|