blob: 26ec56b3aa7c894ef2e5c54ec3560e675e3e4c28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: p5-Lchown
# Date created: 2008-04-28
# Whom: Jeffrey Goldberg <jeffrey@goldmark.org>
#
# $FreeBSD$
#
PORTNAME= Lchown
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NCLEATON
PKGNAMEPREFIX= p5-
MAINTAINER= jeffrey@goldmark.org
COMMENT= A perl5 module providing access to lchown(2)
PERL_MODBUILD= yes
MAN3= Lchown.3
.include <bsd.port.mk>
|