1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/net/hs-socks/Makefile
2012-06-03 19:19:27 +00:00

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>