pkgsrc/devel/p5-Data-Peek/Makefile
hiramatsu 6248eab841 Update p5-Data-Peek to 0.36.
Changes from previous:
2011-09-07 0.36 - H.Merijn Brand   <h.m.brand@xs4all.nl>

    * NAME / DISTNAME in Makefile.PL

2011-09-07 0.35 - H.Merijn Brand   <h.m.brand@xs4all.nl>

    * More cross-checks for META data

2011-09-01 0.34 - H.Merijn Brand   <h.m.brand@xs4all.nl>

    * Tests require Test::More-0.88 or up (RT#70538)
    * Tested on perl-5.14.1 and 5.15.1
2011-11-18 00:13:59 +00:00

25 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/11/18 00:13:59 hiramatsu Exp $
DISTNAME= Data-Peek-0.36
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Peek/
COMMENT= Perl 5 collection of low-level debug functions
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Data/Peek/.packlist
MAKE_ENV+= AUTOMATED_TESTING=1
# For test target
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"