788fccdd9e
ok mbalmer@ (MAINTAINER)
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/03/19 20:02:58 jasper Exp $
|
|
|
|
COMMENT= SOAP Client/Server for PHP
|
|
|
|
DISTNAME= SOAP-0.12.0
|
|
PKGNAME= pear-${DISTNAME}
|
|
CATEGORIES= www pear
|
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|