mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
24 lines
569 B
Makefile
24 lines
569 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asio
|
|
PORTVERSION= 1.10.6
|
|
PORTREVISION= 7
|
|
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
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/include/boost/chrono/system_clocks.hpp:devel/boost-libs
|
|
|
|
USES= tar:bz2
|
|
GNU_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
INSTALL_TARGET= install-data
|
|
|
|
.include <bsd.port.mk>
|