aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-chmod/Makefile
blob: b3bd33cea0cb34b2c1bc659b63aca4a97d3d7d15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Shinsuke Matsui <smatsui@karashi.org>
# $FreeBSD$

PORTNAME=	File-chmod
PORTVERSION=	0.32
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	smatsui@karashi.org
COMMENT=	File::chmod - Implements symbolic and ls chmod modes

USES=		perl5
USE_PERL5=	configure

MAN3=		File::chmod.3

NO_STAGE=	yes
.include <bsd.port.mk>