diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:36:20 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:36:20 +0000 |
commit | f702420e44d44b9914ae5b0e9e5406808e060e79 (patch) | |
tree | cab6c1a1fdc004ec241b6823484a23445e6f86d5 /www/hs-yesod-static/Makefile | |
parent | 0f01dbb612e46d5afc93e5093278432d2092cfbf (diff) | |
download | ports-f702420e44d44b9914ae5b0e9e5406808e060e79.tar.gz ports-f702420e44d44b9914ae5b0e9e5406808e060e79.zip |
Notes
Diffstat (limited to 'www/hs-yesod-static/Makefile')
-rw-r--r-- | www/hs-yesod-static/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/hs-yesod-static/Makefile b/www/hs-yesod-static/Makefile new file mode 100644 index 000000000000..5ebbfab4f9a3 --- /dev/null +++ b/www/hs-yesod-static/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: hs-yesod-static +# Date created: June 10, 2012 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= yesod-static +PORTVERSION= 1.0.0.3 +CATEGORIES= www haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Static file serving subsite for Yesod Web Framework + +LICENSE= MIT + +USE_CABAL= base64-bytestring>=0.1.0.1 cereal>=0.3 conduit>=0.4 \ + crypto-conduit>=0.3 cryptohash>=0.6.1 file-embed>=0.0.4.1 \ + http-types>=0.6.5 text>=0.9 transformers>=0.2.2 \ + unix-compat>=0.2 wai>=1.2 wai-app-static>=1.2 yesod-core>=1.0 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |