diff options
Diffstat (limited to 'www/hs-hS3/Makefile')
-rw-r--r-- | www/hs-hS3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/hs-hS3/Makefile b/www/hs-hS3/Makefile index f86545cb302c..9457a301e5d6 100644 --- a/www/hs-hS3/Makefile +++ b/www/hs-hS3/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= hS3 -PORTVERSION= 0.5.6 -PORTREVISION= 5 +PORTVERSION= 0.5.7 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -10,10 +9,11 @@ COMMENT= Interface to Amazon's Simple Storage Service (S3) LICENSE= BSD -USE_CABAL= Crypto>=4.1.0 dataenc HTTP>=4000.0.0 hxt>=9.0.0 \ - MissingH>=0.18.6 network regex-compat utf8-string CABAL_SETUP= Setup.hs +USE_CABAL= Crypto>=4.1.0 dataenc HTTP>=4000.0.0 hxt>=9.0.0 \ + MissingH>=0.18.6 network random regex-compat utf8-string + EXECUTABLE= hs3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |