mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
872e2a923f
A collection of classes for making and/or parsing XMLRPC and SOAP requests. This is intended to provide a framework for implementing web services, so this release also contains initial support for parsing/editing web service definitions (WSDL). LICENSE: LGPL2 or later WWW: http://www.gnustep.org/resources/downloads.php
28 lines
604 B
Makefile
28 lines
604 B
Makefile
# New ports collection makefile for: webservices
|
|
# Date created: 25 Jan 2009
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= webservices
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= www gnustep
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
MASTER_SITE_SUBDIR= libs
|
|
DISTNAME= WebServices-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Classes for building web services
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
DEFAULT_LIBVERSION= 0.1
|
|
|
|
.include <bsd.port.mk>
|