freebsd-ports/www/hs-yesod/Makefile
Gabor Pali 1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00

21 lines
605 B
Makefile

# $FreeBSD$
PORTNAME= yesod
PORTVERSION= 1.2.0.1
PORTREVISION= 2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Creation of type-safe, RESTful web applications
LICENSE= MIT
USE_CABAL= aeson blaze-html>=0.5 blaze-markup>=0.5.1 data-default \
hamlet>=1.1 monad-control>=0.3 network-conduit safe \
shakespeare-css>=1.0 shakespeare-js>=1.0.2 text \
transformers>=0.2.2 unordered-containers wai>=1.3 \
wai-extra>=1.3 warp>=1.3 yaml yesod-auth>=1.2 yesod-core>=1.2 \
yesod-form>=1.3 yesod-persistent>=1.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>