05ac6bd1bf
Release date: 2017-11-17 04:27 UTC Release state: stable Changelog: * Fix Bug #21255: Boundary gets added twice when using setContentType() [alec] * PHP 7.2 compatibility fixes [alec]
18 lines
516 B
Makefile
18 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.30 2017/12/09 02:32:24 taca Exp $
|
|
|
|
DISTNAME= Mail_Mime-1.10.2
|
|
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"
|