pkgsrc/devel/p5-Data-Structure-Util/Makefile
mef 258799b028 Import p5-Data-Structure-Util-0.16 as devel/p5-Data-Structure-Util.
Data::Structure::Util is a toolbox to manipulate the data inside a data
structure. It can process an entire tree and perform the operation
requested on each appropriate element.

For example: It can transform all strings within a data structure to utf8
or transform any utf8 string back to the default encoding. It can remove
the blessing on any reference. It can collect all the objects or detect if
there is a circular reference.

It is written in C for decent speed.
2017-01-30 14:13:48 +00:00

17 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/01/30 14:13:48 mef Exp $
DISTNAME= Data-Structure-Util-0.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/
COMMENT= Change nature of data within a structure
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Data/Structure/Util/.packlist
USE_LANGUAGES= c
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"