[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / www / ulfius

File: [local] / ports / www / ulfius / Makefile (download)

Revision 1.4, Thu Apr 27 06:33:38 2023 UTC (13 months ago) by landry
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.3: +1 -1 lines

www/ulfius: update to 2.7.13

COMMENT =	HTTP Framework for REST Applications in C

GH_ACCOUNT =	babelouest
GH_PROJECT =	ulfius
GH_TAGNAME =	v2.7.13

SHARED_LIBS =	ulfius	0.0

CATEGORIES =	www

HOMEPAGE =	https://babelouest.github.io/ulfius/

# LGPL 2.1
PERMIT_PACKAGE =	Yes

WANTLIB +=	c curl gnutls jansson microhttpd orcania pthread yder z

MODULES =		devel/cmake

LIB_DEPENDS +=		devel/jansson \
			devel/orcania \
			devel/yder \
			net/curl \
			security/gnutls \
			www/libmicrohttpd

NO_TEST =		Yes

.include <bsd.port.mk>