- Don't add whitespace between quoted strings - Allow period in phrase - Optimize regexes - Support RFC2822 comments - Rework documentation - Improve test suite PR: 209507 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
19 lines
316 B
Makefile
19 lines
316 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Email-MIME-RFC2047
|
|
PORTVERSION= 0.95
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= hvo.pm@xs4all.nl
|
|
COMMENT= Correct handling of non-ASCII MIME headers
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|