282a46b441
-------------------- 0.093 2014-12-23 * Fix typo in synopsis (thanks, Ivan Wills). 0.092 2014-11-25 * Work around some parser bug in perl 5.6. 0.091 2014-11-19 * Work around regex bug (#115242) in perls < 5.18 that causes spurious test failures. 0.09 2014-11-18 * Add slurp. * Don't leave $VERSION and @EXPORT in scope for eval_string.
16 lines
439 B
Makefile
16 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/01/29 01:04:29 mef Exp $
|
|
|
|
DISTNAME= Data-Munge-0.093
|
|
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-Munge/
|
|
COMMENT= Various utility functions
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Data/Munge/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|