pkgsrc/mail/pear-Mail_mimeDecode/Makefile
taca 99f2be6f43 Importing pear-Mail-mimeDecode 1.5.1.
Provides a class to deal with the decoding and interpreting of mime messages.
This package used to be part of the Mail_Mime package, but has been split off.
2010-02-06 16:14:21 +00:00

16 lines
480 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/02/06 16:14:21 taca Exp $
DISTNAME= Mail_mimeDecode-1.5.1
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"