freebsd-ports/devel/p5-Data-Binary/Makefile
Sunpoet Po-Chuan Hsieh 49eab0c40b Add p5-Data-Binary 0.01
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.

WWW: https://metacpan.org/release/Data-Binary
2019-01-15 21:18:24 +00:00

20 lines
347 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Binary
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple detection of binary versus text in strings
LICENSE= ART20
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>