e6be8bdcb7
Mail_Mie 1.8.8 * Fixed warning/notice on (static vs. non-static) PEAR::raiseError() usage [alec] * Fixed Bug #19761: PHP5 warnings about return by reference [alec] * Fixed Bug #19770: Make cid generator more unique on Windows [alec] * Fixed Bug #19987: E_STRICT warning when null is passed by reference [alec]
18 lines
515 B
Makefile
18 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.25 2013/07/12 00:11:02 taca Exp $
|
|
|
|
DISTNAME= Mail_Mime-1.8.8
|
|
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"
|