17 lines
346 B
Makefile
17 lines
346 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP
|
|
PORTVERSION= 4000.2.8
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Library for client-side HTTP
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= mtl network parsec
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|