mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.39
- Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/File-Copy-Recursive/Changes
This commit is contained in:
parent
6f6316c7e5
commit
5e0cf4b5e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457610
3 changed files with 15 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= File-Copy-Recursive
|
PORTNAME= File-Copy-Recursive
|
||||||
PORTVERSION= 0.38
|
PORTVERSION= 0.39
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -11,6 +10,16 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl extension for recursively copying files and directories
|
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
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (File-Copy-Recursive-0.38.tar.gz) = 84ccbddf3894a88a2c2b6be68ff6ef8960037803bb36aa228b31944cfdf6deeb
|
TIMESTAMP = 1514652685
|
||||||
SIZE (File-Copy-Recursive-0.38.tar.gz) = 10843
|
SHA256 (File-Copy-Recursive-0.39.tar.gz) = 7adfdcf844dbc1d305dff5e1b66b6ebf32c506dd331eb427a496becfaf578d96
|
||||||
|
SIZE (File-Copy-Recursive-0.39.tar.gz) = 16117
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
%%PERL5_MAN3%%/File::Copy::Recursive.3.gz
|
|
||||||
%%SITE_PERL%%/File/Copy/Recursive.pm
|
%%SITE_PERL%%/File/Copy/Recursive.pm
|
||||||
|
%%PERL5_MAN3%%/File::Copy::Recursive.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue