- Update to 2.11
- Add LICENSE (Artistic 1 & GPL 1) - Switch to Module::Build Changes: http://search.cpan.org/dist/Array-Compare/Changes
This commit is contained in:
parent
43a22bb0dd
commit
f0cfdebc63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370984
3 changed files with 16 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Array-Compare
|
||||
PORTVERSION= 2.02
|
||||
PORTVERSION= 2.11
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DAVECROSS
|
||||
|
@ -11,13 +11,20 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl extension for comparing arrays
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
|
||||
RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
|
||||
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
||||
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Moo>0:${PORTSDIR}/devel/p5-Moo \
|
||||
p5-Type-Tiny>0:${PORTSDIR}/devel/p5-Type-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USE_PERL5= modbuild
|
||||
|
||||
PLIST_FILES= %%SITE_PERL%%/Array/Compare.pm \
|
||||
%%PERL5_MAN3%%/Array::Compare.3.gz
|
||||
|
||||
PLIST_DIRSTRY= %%SITE_PERL%%/Array
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Array-Compare-2.02.tar.gz) = 9733844cd8a68b8474fbf349ae7e4a9140e61f695ab95cec89582f66d301f7ee
|
||||
SIZE (Array-Compare-2.02.tar.gz) = 9554
|
||||
SHA256 (Array-Compare-2.11.tar.gz) = 9af158ef012186fd26ac58ffcbdd16c06472e93e9c470683ef5f967ca9783538
|
||||
SIZE (Array-Compare-2.11.tar.gz) = 9653
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
%%SITE_PERL%%/Array/Compare.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Compare/.packlist
|
||||
%%PERL5_MAN3%%/Array::Compare.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Compare
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array
|
||||
@dirrmtry %%SITE_PERL%%/Array
|
Loading…
Reference in a new issue