freebsd-ports/www/hs-HTTP/Makefile
Gabor Pali 43a2c8fac6 - Update to 4000.2.3
Obtained from:	FreeBSD Haskell
2012-06-03 22:36:47 +00:00

20 lines
440 B
Makefile

# New ports collection makefile for: hs-HTTP
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= HTTP
PORTVERSION= 4000.2.3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A Haskell library for client-side HTTP
LICENSE= BSD
USE_CABAL= mtl network parsec
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>