Files
ports/ftp/coeurl/Makefile
T
Po-Chuan Hsieh 773fa0a1ae devel/spdlog: Update to 1.17.0
- Use complete arguments/options
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/gabime/spdlog/releases
2026-01-31 22:14:51 +08:00

26 lines
522 B
Makefile

PORTNAME= coeurl
DISTVERSIONPREFIX=v
DISTVERSION= 0.3.1
PORTREVISION= 3
CATEGORIES= ftp www
MAINTAINER= adridg@FreeBSD.org
COMMENT= Simple async wrapper around CURL for C++
WWW= https://nheko.im/nheko-reborn/coeurl
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcurl.so:ftp/curl \
libevent.so:devel/libevent \
libfmt.so:devel/libfmt \
libspdlog.so:devel/spdlog
USES= compiler:c++17-lang meson pkgconfig
USE_GITLAB= yes
GL_SITE= https://nheko.im/
GL_ACCOUNT= nheko-reborn
.include <bsd.port.mk>