1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Network related facilities.

WWW:	http://trac.haskell.org/network/

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-05-08 18:38:27 +00:00
parent 52d2bf2122
commit 586f490419
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273777
3 changed files with 26 additions and 0 deletions

21
net/hs-network/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: hs-network
# Date created: 2010-05-14
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= network
PORTVERSION= 2.3.0.2
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Networking-related facilities
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= parsec
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

2
net/hs-network/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cabal/network-2.3.0.2.tar.gz) = 033cb59ac467af94a028bf4836568d81673ec55905029a598ec7344d23a890e8
SIZE (cabal/network-2.3.0.2.tar.gz) = 133335

3
net/hs-network/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Network related facilities.
WWW: http://trac.haskell.org/network/