summaryrefslogtreecommitdiff
path: root/net/libsocketcpp/Makefile
blob: 8324f3febccfb458ee9ec9d2e5865231dd4632b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: ijliao
# $FreeBSD$

PORTNAME=	libsocketcpp
PORTVERSION=	1.0.7
CATEGORIES=	net
MASTER_SITES=	SF/libsocket/${PORTNAME}-stable/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	C++ wrapper library to the sockets

LICENSE=	LGPL21 # (or later)

USE_AUTOTOOLS=	libtool
USE_LDCONFIG=	yes

.include <bsd.port.mk>