mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
2998608b86
csoap is a client/server SOAP library implemented in pure C. It comes with an embedded HTTP server called nanohttp. The transfered XML structures are handled by libxml2. csoap comes with the followin features: - client/server HTTP engine - Attachments via MIME - https (SSL) with OpenSSL WWW: http://csoap.sourceforge.net/
24 lines
479 B
Makefile
24 lines
479 B
Makefile
# New ports collection Makefile for: csoap
|
|
# Date created: 10 November 2009
|
|
# Whom: gahr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= csoap
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel net www
|
|
MASTER_SITES= SF/${PORTNAME}/libsoap/${PORTVERSION}
|
|
DISTNAME= libsoap-${PORTVERSION}
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= A client/server SOAP library written in pure C
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= libxml2 gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/libsoap-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|