diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /www/hs-happstack | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'www/hs-happstack')
-rw-r--r-- | www/hs-happstack/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/hs-happstack/Makefile b/www/hs-happstack/Makefile index 1b294f53ff21..94d7247b1cba 100644 --- a/www/hs-happstack/Makefile +++ b/www/hs-happstack/Makefile @@ -2,16 +2,13 @@ PORTNAME= happstack PORTVERSION= 7.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= The haskell application server stack + code generation LICENSE= BSD -FILE_LICENSE= COPYING - -CABAL_SETUP= Setup.hs USE_CABAL= happstack-server>=7.0 |