aboutsummaryrefslogtreecommitdiff
path: root/net/microsocks/Makefile
blob: 7eea126d5787678072cc0be5b007e0a075b11018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

PORTNAME=	microsocks
PORTVERSION=	1.0.2
CATEGORIES=	net
MASTER_SITES=	https://ftp.barfooze.de/pub/sabotage/tarballs/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Multithreaded, small, efficient SOCKS5 server

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		tar:xz

PLIST_FILES=	bin/microsocks

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/microsocks ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>