9a264dc86d
* Fixed Bug #20273: Incorrect handling of HTAB in encodeHeader() [alec] * Fixed Bug #20226: Mail_mimePart::encodeHeader does not encode ISO-2022-JP string [alec] * Fixed Bug #20222: Broken Compatybility with PHP4 [alec]
18 lines
515 B
Makefile
18 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.26 2014/05/21 03:30:32 taca Exp $
|
|
|
|
DISTNAME= Mail_Mime-1.8.9
|
|
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"
|