blob: 339c25e7d10aa35a20ed7f5a93c173bdbbea6812 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= asio
PORTVERSION= 1.10.4
PORTREVISION= 2
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
RUN_DEPENDS= ${LOCALBASE}/include/boost/chrono/system_clocks.hpp:devel/boost-libs
GNU_CONFIGURE= yes
USES= gmake tar:bz2
NO_BUILD= yes
INSTALL_TARGET= install-data
.include <bsd.port.mk>
|