freebsd-ports/sysutils/p5-Lchown/Makefile
Martin Wilke 18484c5c08 Lchown allows calls from Perl5 to lchown(2) enable changes to the ownership of a
symbolic link itself instead of to the file the link points to.

WWW:	http://search.cpan.org/dist/Lchown/

PR:		ports/123214
Submitted by:	Jeffrey Goldberg <jeffrey at goldmark.org>
2008-05-31 13:50:00 +00:00

22 lines
443 B
Makefile

# New ports collection makefile for: p5-Lchown
# Date created: 2008-04-28
# Whom: Jeffrey Goldberg <jeffrey@goldmark.org>
#
# $FreeBSD$
#
PORTNAME= Lchown
PORTVERSION= 1.00
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/N/NC/NCLEATON
PKGNAMEPREFIX= p5-
MAINTAINER= jeffrey@goldmark.org
COMMENT= A perl5 module providing access to lchown(2)
PERL_CONFIGURE= YES
MAN3= Lchown.3
.include <bsd.port.mk>