blob: 4cb9a9197679a6b5d2da530c44b4ee34744b1ea9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: hs-network-bytestring
# Date created: June 5, 2010
# Whom: Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= network-bytestring
PORTVERSION= 0.1.3
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast, memory-efficient, low-level networking
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|