2008-05-31 15:50:00 +02:00
|
|
|
# New ports collection makefile for: p5-Lchown
|
|
|
|
# Date created: 2008-04-28
|
|
|
|
# Whom: Jeffrey Goldberg <jeffrey@goldmark.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Lchown
|
2009-12-17 23:28:32 +01:00
|
|
|
PORTVERSION= 1.01
|
2009-12-17 23:53:18 +01:00
|
|
|
PORTREVISION= 1
|
2008-05-31 15:50:00 +02: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)
|
|
|
|
|
2009-12-17 23:53:18 +01:00
|
|
|
PERL_MODBUILD= yes
|
2008-05-31 15:50:00 +02:00
|
|
|
|
|
|
|
MAN3= Lchown.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|