diff options
Diffstat (limited to 'net/asio130/Makefile')
-rw-r--r-- | net/asio130/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/asio130/Makefile b/net/asio130/Makefile new file mode 100644 index 000000000000..53578a756205 --- /dev/null +++ b/net/asio130/Makefile @@ -0,0 +1,23 @@ +PORTNAME= asio +DISTVERSION= 1.30.2 +CATEGORIES= net devel +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}%20(Stable)/ +PKGNAMESUFFIX= 130 + +MAINTAINER= yuri@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> |