aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Copy-Recursive/Makefile
blob: a707c32307c447f38bb1d4c60b7cf01d679e3b74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ex:ts=8
# Ports collection makefile for:	File::Copy::Recursive
# Date created:			Nov 26, 2005
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	File-Copy-Recursive
PORTVERSION=	0.38
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension for recursively copying files and directories

PERL_CONFIGURE=	yes

MAN3=		File::Copy::Recursive.3

.include <bsd.port.mk>