77752714f9
Changelog: https://think-async.com/Asio/asio-1.30.2/doc/asio/history.html#asio.history.asio_1_30_2 PR: 280271 Approved by: portmgr (maintainer timeout, 6+ months)
23 lines
440 B
Makefile
23 lines
440 B
Makefile
PORTNAME= asio
|
|
DISTVERSION= 1.30.2
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}%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>
|