diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 17:51:06 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 17:51:06 +0000 |
commit | 8527e49545eb2da6017e8fdc4bc01d125c3163fe (patch) | |
tree | cce1df6fd0901899e28e5de4613ca46359ba059e /www/hs-yesod-auth | |
parent | d1636f6e397338564f8a6753273e9491ba0e0c25 (diff) | |
download | ports-8527e49545eb2da6017e8fdc4bc01d125c3163fe.tar.gz ports-8527e49545eb2da6017e8fdc4bc01d125c3163fe.zip |
Notes
Diffstat (limited to 'www/hs-yesod-auth')
-rw-r--r-- | www/hs-yesod-auth/Makefile | 26 | ||||
-rw-r--r-- | www/hs-yesod-auth/distinfo | 2 | ||||
-rw-r--r-- | www/hs-yesod-auth/pkg-descr | 3 |
3 files changed, 31 insertions, 0 deletions
diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile new file mode 100644 index 000000000000..83e6d7308c40 --- /dev/null +++ b/www/hs-yesod-auth/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: hs-yesod-auth +# Date created: December 26, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= yesod-auth +PORTVERSION= 0.7.9 +CATEGORIES= www haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Authentication for Yesod + +LICENSE= BSD + +USE_CABAL= aeson>=0.3 authenticate>=0.10.4 blaze-html>=0.4.1.3 \ + control-monad-attempt>=0.3.0 hamlet>=0.10 http-enumerator>=0.6 \ + mime-mail>=0.3 persistent>=0.6 persistent-template>=0.6 \ + pureMD5>=2.0 pwstore-fast>=2.2 SHA>=1.4.1.3 \ + shakespeare-css>=0.10 text>=0.7 transformers>=0.2.2 \ + unordered-containers wai>=0.4 yesod-core>=0.9.3.4 \ + yesod-form>=0.3 yesod-json>=0.2 yesod-persistent>=0.2 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/www/hs-yesod-auth/distinfo b/www/hs-yesod-auth/distinfo new file mode 100644 index 000000000000..3720df078cc2 --- /dev/null +++ b/www/hs-yesod-auth/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/yesod-auth-0.7.9.tar.gz) = 24080f397c9f90d961b0b63b208d8a8ce9c2b9f3b339dbd006fbb3e183917423 +SIZE (cabal/yesod-auth-0.7.9.tar.gz) = 15626 diff --git a/www/hs-yesod-auth/pkg-descr b/www/hs-yesod-auth/pkg-descr new file mode 100644 index 000000000000..3ce2218ee91e --- /dev/null +++ b/www/hs-yesod-auth/pkg-descr @@ -0,0 +1,3 @@ +Authentication for Yesod. + +WWW: http://www.yesodweb.com/ |