d069d5bd59
pick up the new dependencies properly
20 lines
601 B
Makefile
20 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.9 2007/05/05 22:09:20 adrianp Exp $
|
|
|
|
DISTNAME= SOAP-0.8.1
|
|
CATEGORIES+= net
|
|
PKGREVISION= 1
|
|
|
|
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"
|