Use gettext module, fix DESCR, bump. prodded by ajacoutot@
This commit is contained in:
parent
1b154a23d6
commit
6d707d5d44
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/11 10:21:02 landry Exp $
|
# $OpenBSD: Makefile,v 1.2 2009/10/11 10:34:11 landry Exp $
|
||||||
|
|
||||||
COMMENT = access web services that claim to be RESTful
|
COMMENT = access web services that claim to be RESTful
|
||||||
|
|
||||||
VERSION = 0.6
|
VERSION = 0.6
|
||||||
DISTNAME = rest-${VERSION}
|
DISTNAME = rest-${VERSION}
|
||||||
PKGNAME = librest-${VERSION}
|
PKGNAME = librest-${VERSION}p0
|
||||||
|
|
||||||
CATEGORIES = net devel
|
CATEGORIES = net devel
|
||||||
|
|
||||||
@ -25,9 +25,10 @@ USE_LIBTOOL = Yes
|
|||||||
# not really needed yet, see rest/rest-proxy.c
|
# not really needed yet, see rest/rest-proxy.c
|
||||||
CONFIGURE_ARGS = --without-gnome
|
CONFIGURE_ARGS = --without-gnome
|
||||||
|
|
||||||
|
MODULES = devel/gettext
|
||||||
LIB_DEPENDS = soup-2.4::devel/libsoup
|
LIB_DEPENDS = soup-2.4::devel/libsoup
|
||||||
|
|
||||||
WANTLIB += gcrypt gio-2.0 glib-2.0 gmodule-2.0 gnutls gobject-2.0
|
WANTLIB += gcrypt gio-2.0 glib-2.0 gmodule-2.0 gnutls gobject-2.0
|
||||||
WANTLIB += gpg-error gthread-2.0 iconv intl m pcre tasn1 xml2 z
|
WANTLIB += gpg-error gthread-2.0 m pcre tasn1 xml2 z
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -10,5 +10,5 @@ of APIs they may support (XML-RPC, for instance.). It is this kind of
|
|||||||
API that this library is attempting to support.
|
API that this library is attempting to support.
|
||||||
|
|
||||||
It comprises of two parts: the first aims to make it easier to make
|
It comprises of two parts: the first aims to make it easier to make
|
||||||
requests by providing a wrapper around libsoup [2], the second aids with
|
requests by providing a wrapper around libsoup, the second aids with
|
||||||
XML parsing by wrapping libxml2 [3].
|
XML parsing by wrapping libxml2.
|
||||||
|
Loading…
Reference in New Issue
Block a user