18 lines
420 B
Makefile
18 lines
420 B
Makefile
# 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>
|