pkgsrc-wip/p5-Encode-Detect/Makefile
Hiramatsu Yoshifumi 05e9956398 This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data
and then decodes it using the encoder of the detected charset.

It is similar to Encode::Guess, but does not require the configuration
of a set of expected encodings. Like Encode::Guess, it only supports
decoding--it cannot encode.
2006-12-26 02:17:24 +00:00

20 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/12/26 02:17:24 jgoamakf Exp $
DISTNAME= Encode-Detect-1.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Encode-Detect/
COMMENT= Encoding that detects encoding from data
DEPENDS+= p5-ExtUtils-CBuilder>=0.18:../../devel/p5-ExtUtils-CBuilder
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Encode/Detect/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"