freebsd-ports/www/hs-snap/Makefile
Gabor Pali 75be60638b - Update to 0.7
Obtained from:	FreeBSD Haskell
2012-02-13 05:48:06 +00:00

33 lines
941 B
Makefile

# New ports collection makefile for: hs-snap
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= snap
PORTVERSION= 0.7
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Snap: project starter executable and glue code library
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= aeson>=0.4 attoparsec>=0.10 cereal>=0.3 \
clientsession>=0.7.3.6 configurator>=0.1 Crypto>=4.2 \
data-lens>=0.2.0.1 data-lens-template>=2.1 \
directory-tree>=0.10 hashable>=1.1 heist>=0.7 \
logict>=0.4.2 MonadCatchIO-transformers>=0.2 mtl>2.0 \
mwc-random>=0.8 pwstore-fast>=2.2 safe>=0.3 skein>=0.1.0.3 \
snap-core>=0.7 snap-server>=0.7 stm>=2.2 syb>=0.1 \
text>=0.11 transformers>=0.2 unordered-containers>=0.1.4 \
utf8-string>=0.3 vector>=0.7.1 vector-algorithms>=0.4 \
xmlhtml>=0.1
EXECUTABLE= snap
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>