1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/asio/Makefile
Oleh Hushchenkov 7c954b9de2 net/asio: Update to 1.24.0
ChangeLog:
https://think-async.com/Asio/asio-1.24.0/doc/asio/history.html#asio.history.asio_1_24_0

PR:		256192
Reported by:	Nils Johannsen <nilsjohannsen@gmx.de>
2022-11-01 14:15:09 +00:00

23 lines
440 B
Makefile

PORTNAME= asio
DISTVERSION= 1.24.0
CATEGORIES= net devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/
MAINTAINER= acm@FreeBSD.org
COMMENT= Cross-platform C++ library for network and low-level I/O programming
WWW= https://think-async.com/Asio/
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
USES= tar:bz2
GNU_CONFIGURE= yes
NO_BUILD= yes
NO_ARCH= yes
INSTALL_TARGET= install-data
.include <bsd.port.mk>