7201680f25
IMAP mailbox names are encoded in a modified UTF7 when names contain international characters outside of the printable ASCII range. The modified UTF-7 encoding is defined in RFC2060 (section 5.1.3).
18 lines
378 B
Makefile
18 lines
378 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/25 23:02:40 simon Exp $
|
|
|
|
COMMENT = modification of UTF-7 encoding for IMAP
|
|
|
|
DISTNAME = Encode-IMAPUTF7-1.00
|
|
CATEGORIES = converters
|
|
MODULES = cpan
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|