aboutsummaryrefslogtreecommitdiff
path: root/www/hs-hS3/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-09-16 09:14:45 +0000
committerRene Ladan <rene@FreeBSD.org>2018-09-16 09:14:45 +0000
commit74beb9901ff7a93ff1b8dc2e585c38286a5786c6 (patch)
tree4086c411954ba99393d96f380d77e166e2b8bd71 /www/hs-hS3/Makefile
parent82f35e4c8df463d4ea9211e6e340680521f6d704 (diff)
Notes
Diffstat (limited to 'www/hs-hS3/Makefile')
-rw-r--r--www/hs-hS3/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/www/hs-hS3/Makefile b/www/hs-hS3/Makefile
deleted file mode 100644
index ee42ff343bf1..000000000000
--- a/www/hs-hS3/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= hS3
-PORTVERSION= 0.5.9
-PORTREVISION= 4
-CATEGORIES= www haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Interface to Amazon's Simple Storage Service (S3)
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Not being developed upstream
-EXPIRATION_DATE= 2018-09-15
-
-USE_CABAL= Crypto>=4.1.0 dataenc HTTP>=4000.0.0 hxt>=9.0.0 \
- MissingH>=0.18.6 network>=2.6 network-uri>=2.6 random \
- regex-compat utf8-string
-
-EXECUTABLE= hs3
-
-FLAGS_ENABLE= network-uri
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>