1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/csoap/Makefile
Pietro Cerutti 2998608b86 - New port: devel/csoap
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/
2009-11-10 16:13:36 +00:00

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>