diff options
Diffstat (limited to 'www/hs-yesod-default/Makefile')
-rw-r--r-- | www/hs-yesod-default/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/www/hs-yesod-default/Makefile b/www/hs-yesod-default/Makefile index 14232cef9436..a598f0af1d96 100644 --- a/www/hs-yesod-default/Makefile +++ b/www/hs-yesod-default/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-yesod-default -# Date created: June 10, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= yesod-default -PORTVERSION= 1.0.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -15,9 +9,10 @@ COMMENT= Default config and main functions for your yesod application LICENSE= MIT -USE_CABAL= network-conduit>=0.4 shakespeare-css>=1.0 shakespeare-js>=1.0 \ - text>=0.9 transformers>=0.2.2 unordered-containers \ - wai>=1.2 wai-extra>=1.2 warp>=1.2 yaml>=0.7 yesod-core>=1.0 +USE_CABAL= data-default hamlet>=1.1 network-conduit>=0.5 safe \ + shakespeare-css>=1.0 shakespeare-js>=1.0 text>=0.9 \ + transformers>=0.2.2 unordered-containers wai>=1.3 \ + wai-extra>=1.3 warp>=1.3 yaml>=0.8 yesod-core>=1.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |