blob: 2cfd54ac4b7fc7b483ee1e8bb41181925065d8af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.3 2010/12/22 15:40:36 taca Exp $
DISTNAME= Mail_mimeDecode-1.5.5
CATEGORIES+= mail
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to deal with decoding/interpreting of mime messages
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.6.0:../../mail/pear-Mail_Mime
CONFLICTS= php-pear-Mail_Mime-[0-9]* \
${PHP_PKG_PREFIX}-pear-Mail_Mime<1.6.0
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
|