freebsd-ports/mail/p5-Email-MIME-RFC2047/Makefile
Kurt Jaeger 00e80e4720 mail/p5-Email-MIME-RFC2047: 0.93 -> 0.95
- 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)
2016-05-15 02:11:11 +00:00

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>