pkgsrc/devel/p5-Data-Compare/Makefile
wen 8cdddc1d2a Update to 1.23
Upstream changes:
1.23    2013-09-26  DCANTRELL  Add David Muir Sharnoff's tests for
     really big data structures (but not yet working);
              Check for taint-mode less insanely, thanks to Ilmari;
               Don't delay loading File::Find::Rule (see RT 87554)
2013-12-12 07:35:40 +00:00

18 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/12/12 07:35:40 wen Exp $
DISTNAME= Data-Compare-1.23
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"