pkgsrc/devel/p5-Data-Compare/Makefile
mef 3d2bd409ce Update 1.23 to 1.25
-------------------
1.25    2014-04-15  DCANTRELL  Add Gianni Ceccarelli's tests and patch
                                 to Use refaddr & reftype to "do the right
                                 thing" when comparing objects that overload
                                 numification and stringification

1.24    2014-04-05  DCANTRELL  Bump the required JSON.pm version for
                                 tests - something's a bit broken around
                                 about v 2.53
2015-01-29 00:43:58 +00:00

18 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.14 2015/01/29 00:43:58 mef Exp $
DISTNAME= Data-Compare-1.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Compare/
COMMENT= Perl5 module comparing arbitrary data structures
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-File-Find-Rule>=0.10:../../devel/p5-File-Find-Rule
PERL5_PACKLIST= auto/Data/Compare/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"