pkgsrc/devel/p5-Data-Dump/Makefile
wiz 096f56b675 Update to 1.23:
2015-06-09  Gisle Aas <gisle@ActiveState.com>

   Release 1.23

   Avoid "Negative repeat count does nothing"-warnings from perl-5.22

   Typo fixes by David Steinbrunner
2015-08-06 08:35:54 +00:00

17 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.17 2015/08/06 08:35:54 wiz Exp $
DISTNAME= Data-Dump-1.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Dump/
COMMENT= Pretty printing of data structures
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/Dump/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"