pkgsrc/mail/pear-Mail_Mime/Makefile
taca ed225162d0 Update pear-Mail_Mime to 1.8.3.
Release date: 2012-03-12 10:04 UTC
Release state: stable

Changelog:

* Request #19009: Remove error_reporting from tests [alec]
* Fixed Bug #19094: Email addresses do not have to contain a space
  between the name and address part [alec]
* Fixed Bug #19328: Wrong encoding of filenames with comma [alec]
2012-03-12 15:34:56 +00:00

19 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.19 2012/03/12 15:34:56 taca Exp $
DISTNAME= Mail_Mime-1.8.3
CATEGORIES+= mail
MAINTAINER= jdolecek@NetBSD.org
COMMENT= PHP classes to create and manipulation of mime messages
CONFLICTS= php-pear-Mail_Mime-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
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"