blob: cf1123f9190d3fe5d0a6f10a70adf2a55376aea4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: hs-socks
# Date created: April 8, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= socks
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Socks proxy (version 5) implementation
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= cereal>=0.3 network>=2.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|