pkgsrc/devel/p5-Data-Peek/Makefile
wen e0f7b84392 Update to 0.39
Upstream changes:
0.39	- 2013-08-17, H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Upped copyright to 2013
    * Add alternative test results for 5.19.3 and up (COW and no PV for IV)
2013-12-12 09:04:31 +00:00

24 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/12/12 09:04:31 wen Exp $
DISTNAME= Data-Peek-0.39
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_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"