mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
- Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/File-Copy-Recursive/Changes
26 lines
576 B
Makefile
26 lines
576 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File-Copy-Recursive
|
|
PORTVERSION= 0.39
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for recursively copying files and directories
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \
|
|
p5-Test-Deep>=0:devel/p5-Test-Deep \
|
|
p5-Test-Exception>=0:devel/p5-Test-Exception \
|
|
p5-Test-File>=0:devel/p5-Test-File \
|
|
p5-Test-Warn>=0:devel/p5-Test-Warn
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|