8572e2517c
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
19 lines
588 B
Makefile
19 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/06/04 16:26:55 joerg Exp $
|
|
|
|
DISTNAME= SOAP-0.8.1
|
|
CATEGORIES+= net
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
COMMENT= SOAP Client/Server for PHP
|
|
|
|
CONFLICTS= php-pear-SOAP-[0-9]*
|
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.2:../../mail/pear-Mail_Mime
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-HTTP_Request>=1.2:../../www/pear-HTTP_Request
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_URL>=1.0:../../net/pear-Net_URL
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_DIME>=0.3:../../net/pear-Net_DIME
|
|
|
|
PEAR_DIRRM_BASEDIR= yes
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|