pkgsrc/devel/p5-Data-Compare/Makefile
sno c92b8445ec Updating devel/p5-Data-Compare from 1.21.02 to 1.22
Upstream changes:
1.22    2010-02-12  DCANTRELL  Previous release was in error.  Instead, fix
                                 the problem, circular structures now
                                 compare equal, no matter what the starting
                                 point (see RT 52836)
2010-02-15 14:24:33 +00:00

20 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/02/15 14:24:33 sno Exp $
DISTNAME= Data-Compare-1.22
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
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"