diff options
Diffstat (limited to 'databases/hs-persistent-sqlite')
-rw-r--r-- | databases/hs-persistent-sqlite/Makefile | 21 | ||||
-rw-r--r-- | databases/hs-persistent-sqlite/distinfo | 3 | ||||
-rw-r--r-- | databases/hs-persistent-sqlite/pkg-descr | 5 |
3 files changed, 0 insertions, 29 deletions
diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile deleted file mode 100644 index 20c8e6fa459a..000000000000 --- a/databases/hs-persistent-sqlite/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= persistent-sqlite -PORTVERSION= 2.9.1 -PORTREVISION= 1 -CATEGORIES= databases haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Backend for the persistent library using sqlite3 - -LICENSE= MIT - -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= aeson conduit microlens-th monad-control monad-logger \ - old-locale persistent resource-pool resourcet \ - unordered-containers - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/databases/hs-persistent-sqlite/distinfo b/databases/hs-persistent-sqlite/distinfo deleted file mode 100644 index fb57fcff0a9e..000000000000 --- a/databases/hs-persistent-sqlite/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546102088 -SHA256 (cabal/persistent-sqlite-2.9.1.tar.gz) = 52407dd8195f36462e0dce9cea75176b9eaa3f0adf2feef6ca3ff01f422905d2 -SIZE (cabal/persistent-sqlite-2.9.1.tar.gz) = 2169017 diff --git a/databases/hs-persistent-sqlite/pkg-descr b/databases/hs-persistent-sqlite/pkg-descr deleted file mode 100644 index aa47ae6bf968..000000000000 --- a/databases/hs-persistent-sqlite/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package includes a thin sqlite3 wrapper based on the direct-sqlite -package, as well as the entire C library, so there are no system -dependencies. - -WWW: http://www.yesodweb.com/book/persistent |