14 lines
441 B
Makefile
14 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/10/08 12:19:26 asau 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
|
|
|
|
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"
|