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-snap-core | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'www/hs-snap-core')
-rw-r--r-- | www/hs-snap-core/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/hs-snap-core/Makefile b/www/hs-snap-core/Makefile index 45c988de0523..ef36ae8ba69a 100644 --- a/www/hs-snap-core/Makefile +++ b/www/hs-snap-core/Makefile @@ -2,6 +2,7 @@ PORTNAME= snap-core PORTVERSION= 0.9.3.1 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +10,6 @@ COMMENT= Snap: A Haskell Web Framework (core interfaces and types) LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= attoparsec>=0.10 attoparsec-enumerator>=0.3 \ blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \ case-insensitive>=0.3 enumerator>=0.4.15 HUnit>=1.2 \ |