pkgsrc/mail/pear-Mail_mimeDecode/Makefile
taca 7708ec1b9e Update pear-Mail_mimeDecode package to 1.5.5.
1.5.5		2010-12-02 03:45 UTC

Changelog:

Minor Bug fix release.

#17959 - Boundaries ending with non-word characters - patch by Alex Adriaanese
------ - ignore whitespace and trailing cr/lf in last section of split
------ - correct spacing on multi-line headers. now only striped for encoded data. (on previous line)
2010-12-22 15:40:36 +00:00

16 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/12/22 15:40:36 taca Exp $
DISTNAME= Mail_mimeDecode-1.5.5
CATEGORIES+= mail
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to deal with decoding/interpreting of mime messages
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.6.0:../../mail/pear-Mail_Mime
CONFLICTS= php-pear-Mail_Mime-[0-9]* \
${PHP_PKG_PREFIX}-pear-Mail_Mime<1.6.0
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"