pkgsrc/mail/pear-Mail_Mime/Makefile
taca f1f0a86907 Update pear-Mail_Mime to 1.10.1.
1.10.1						2017-05-21 06:48 UTC

Changelog:

* Fix Bug 21206: explodeQuotedString() does not handle quoted strings
  correctly [dfukagaw28]
* Fix Bug 21205: Invalid encoding of headers with quoted multibyte strings in
  non-unicode charset [dfukagaw28]
* Fix Bug 21098: Discrepancy in handling of empty (but set) plain text part
  [alec]
2017-05-28 11:34:29 +00:00

18 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.29 2017/05/28 11:34:29 taca Exp $
DISTNAME= Mail_Mime-1.10.1
CATEGORIES+= mail
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to create and manipulation of mime messages
LICENSE= modified-bsd
CONFLICTS= php-pear-Mail_Mime-[0-9]*
SUBST_CLASSES+= shbang
SUBST_STAGE.shbang= post-install
SUBST_FILES.shbang= ${DESTDIR}${PREFIX}/lib/php/doc/Mail_Mime/scripts/phail.php
SUBST_SED.shbang= -e "s|@prefix@|${PREFIX}|g"
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"