560111074d
from 2.01nb3 to 2.02 pkgsrc changes: - add build/test requirement Upstream changes: 2011-12-15 Dave Cross <dave@dave.org.uk> * Build.PL, lib/Array/Compare.pm, t/test.t: Tests and fixes for RT bug 73287 (thanks to Andrew Solomon) Bump version number 2011-02-17 Dave Cross <dave@dave.org.uk> * t/test.t: Removed old Perl 4-ish test comments. 2009-09-02 Dave Cross <dave@dave.org.uk> * lib/Array/Compare.pm: Correct documentation of 'WhiteSpace' option.
24 lines
674 B
Makefile
24 lines
674 B
Makefile
# $NetBSD: Makefile,v 1.19 2012/02/20 12:26:17 sno Exp $
|
|
|
|
DISTNAME= Array-Compare-2.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Array-Compare/
|
|
COMMENT= Perl extension for comparing arrays
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
|
|
|
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Array/Compare/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|