aboutsummaryrefslogtreecommitdiff
path: root/net/hs-socks/Makefile
blob: e1a2e2693cf8433669d96bf2eba6dd30f1a4348e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	socks
PORTVERSION=	0.5.1
CATEGORIES=	net haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Socks proxy (version 5) implementation

LICENSE=	BSD

USE_CABAL=	cereal>=0.3.1 network>=2.3

NO_STAGE=	yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>