blob: 8b854c2f797e81fc2ff851917451158e3a9e15fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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"
|