545d720009
Horde to synchronize calendards with mobile phones using SyncML.
26 lines
499 B
Makefile
26 lines
499 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/12/07 12:49:48 mbalmer 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
|
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
.include <bsd.port.mk>
|