c42cb7c0d2
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. ok simon@
22 lines
407 B
Makefile
22 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/16 00:01:46 sthen Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = Encode::Encoding subclass that detects the encoding of data
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Encode-Detect-1.01
|
|
CATEGORIES = textproc
|
|
|
|
WANTLIB += stdc++
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|