summaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Mime/Makefile
blob: 37a5e2f052c9ce408b00ca568f6dbbcdae10912d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.14 2010/09/23 08:03:02 taca Exp $

DISTNAME=	Mail_Mime-1.8.0
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=	pre-install
SUBST_FILES.shbang=	scripts/phail.php
SUBST_SED.shbang=	-e "s|@prefix@|${PREFIX}|g"


.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"