* Add skips to tests to make perl-5.8 happy Changes 1.18: * Don't downgrade is_utf8-strings with MIME::Base64 * Deal with the perl-5.13 (?^:...) regex construct * croak on bad add_dump_filter argument
20 lines
539 B
Makefile
20 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.8 2011/08/11 17:14:09 adam Exp $
|
|
|
|
DISTNAME= Data-Dump-1.19
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Data/Dump/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|