pkgsrc/mail/pear-Mail_Mime/Makefile
adam 35135c1a7f Changes 1.8.1:
Bugs Fixed:
* Not possible to set separate charset for attachment content and headers
2010-12-15 09:42:28 +00:00

19 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.17 2010/12/15 09:42:28 adam Exp $
DISTNAME= Mail_Mime-1.8.1
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"