forked from Lainports/freebsd-ports
library designed to be easy to use. It supports Unix sockets and TCP/IP sockets with optional SSL/TLS (OpenSSL) support. SocketW allows you to write portable and secure network applications quickly without needing to spend time learning low-level system functions or reading OpenSSL manuals. WWW: https://github.com/RigsOfRods/socketw PR: 206496 Submitted by: Thibault Payet <monwarez@mailoo.org>
19 lines
332 B
Makefile
19 lines
332 B
Makefile
# Created by: Thibault Payet <monwarez@mailoo.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= socketw
|
|
PORTVERSION= 1.0.0.20151501
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= monwarez@mailoo.org
|
|
COMMENT= SocketW is a cross platform streaming socket C++
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= RigsOfRods
|
|
GH_TAGNAME= 6a05e12
|
|
|
|
USES= cmake
|
|
|
|
.include <bsd.port.mk>
|