mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
350b4034e6
WWW: http://github.com/vincenthz/hs-socks Obtained from: FreeBSD Haskell
23 lines
431 B
Makefile
23 lines
431 B
Makefile
# 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>
|