2012-02-18 18:48:55 +01:00
|
|
|
# New ports collection makefile for: hs-yesod-json
|
|
|
|
# Date created: December 26, 2011
|
|
|
|
# Whom: haskell@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yesod-json
|
2012-06-04 00:54:38 +02:00
|
|
|
PORTVERSION= 1.0.0.1
|
2012-08-03 04:30:07 +02:00
|
|
|
PORTREVISION= 1
|
2012-02-18 18:48:55 +01:00
|
|
|
CATEGORIES= www haskell
|
|
|
|
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
|
|
COMMENT= Generate content for Yesod using the aeson package
|
|
|
|
|
2012-06-04 00:54:38 +02:00
|
|
|
LICENSE= MIT
|
2012-02-18 18:48:55 +01:00
|
|
|
|
2012-06-04 00:54:38 +02:00
|
|
|
USE_CABAL= aeson>=0.5 attoparsec-conduit>=0.4 blaze-builder \
|
|
|
|
conduit>=0.4 safe>=0.2 shakespeare-js>=1.0 text>=0.8 \
|
|
|
|
transformers>=0.2.2 vector>=0.9 wai>=1.2 wai-extra>=1.2 \
|
|
|
|
yesod-core>=1.0 yesod-routes>=1.0
|
2012-02-18 18:48:55 +01:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|