blob: 67671945ad8f1dcce816daf2c4d3e1b03152f447 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: 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= Perl5 module providing access to lchown(2)
USES= perl5
USE_PERL5= modbuild
post-install:
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Lchown/Lchown.so
.include <bsd.port.mk>
|