diff options
Diffstat (limited to 'net/hs-socks/Makefile')
-rw-r--r-- | net/hs-socks/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/hs-socks/Makefile b/net/hs-socks/Makefile index a60bb8c9f370..a5a39adbbc8c 100644 --- a/net/hs-socks/Makefile +++ b/net/hs-socks/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= socks -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +9,6 @@ COMMENT= Socks proxy (version 5) implementation LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= cereal>=0.3.1 network>=2.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |