aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-snap-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-snap-server/Makefile')
-rw-r--r--www/hs-snap-server/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/hs-snap-server/Makefile b/www/hs-snap-server/Makefile
deleted file mode 100644
index 69169cacd01e..000000000000
--- a/www/hs-snap-server/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= snap-server
-PORTVERSION= 1.1.0.0
-PORTREVISION= 3
-CATEGORIES= www haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Fast, iteratee-based, epoll-enabled web server for the Snap Framework
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
-EXPIRATION_DATE= 2019-04-14
-
-USE_CABAL= attoparsec blaze-builder case-insensitive clock io-streams \
- io-streams-haproxy lifted-base mtl network old-locale snap-core \
- unix-compat vector
-
-FLAGS_DEFINE= OPENSSL
-
-OPENSSL_DESC= Enable HTTPS support using the HsOpenSSL library
-OPENSSL_FLAG_ENABLE= openssl
-OPENSSL_FLAG_CABAL= HsOpenSSL>=0.10
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>