1f76aaa0c2
0.45 2019-07-23 - PR #21: fix version 0.43 in Changes file (thanks karenetheridge) - PR #19: Added missing license meta name. (thanks manwar and karenetheridge) - PR #24: allow for dev = 0 on NetBSD (thanks plicease) - PR #25: Remove warning when copying a dir without write perm on the original. (thanks ehickeycp) - Issue #26: change issues from rt to github
26 lines
934 B
Makefile
26 lines
934 B
Makefile
# $NetBSD: Makefile,v 1.25 2019/11/16 10:36:06 mef Exp $
|
|
|
|
DISTNAME= File-Copy-Recursive-0.45
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/File-Copy-Recursive
|
|
COMMENT= Perl extension for recursively copying files and directories
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/File/Copy/Recursive/.packlist
|
|
|
|
DEPENDS+= p5-Path-Iter-[0-9]*:../../devel/p5-Path-Iter
|
|
|
|
# TEST_DEPENDS
|
|
TEST_DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
|
|
TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
TEST_DEPENDS+= p5-Test-File-[0-9]*:../../devel/p5-Test-File
|
|
TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|