blob: 060273a9d8f7e3058a91ad4583772a83d26c296f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: hs-socks
# Date created: April 8, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= socks
PORTVERSION= 0.4.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>
|