freebsd-ports/devel/p5-File-Copy-Recursive/Makefile
Cheng-Lung Sung ca5ea18d18 - Update to 0.31
- remove <perl5.6 parts
2007-03-05 03:07:29 +00:00

23 lines
465 B
Makefile

# ex:ts=8
# Ports collection makefile for: File::Copy::Recursive
# Date created: Nov 26, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= File-Copy-Recursive
PORTVERSION= 0.31
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl extension for recursively copying files and directories
PERL_CONFIGURE= yes
MAN3= File::Copy::Recursive.3
.include <bsd.port.mk>