pkgsrc/devel/p5-Data-Binary/Makefile
wen d224ebef3f Import Data-Binary-0.01 as devel/p5-Data-Binary
Data::Binary provides string equivalents to the -T / -B operators. Since these
only work on file names and file handles, this module provides the same
functions but on strings.

Note that the actual implementation is currently different, basically because
the -T / -B functions are in C/XS, and this module is written in pure Perl. For
now, anyway.
2019-01-26 08:08:41 +00:00

16 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/01/26 08:08:41 wen Exp $
DISTNAME= Data-Binary-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Binary/
COMMENT= Simple detection of binary versus text in strings
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Data/Binary/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"