diff options
Diffstat (limited to 'net/hs-hostname')
-rw-r--r-- | net/hs-hostname/Makefile | 17 | ||||
-rw-r--r-- | net/hs-hostname/distinfo | 3 | ||||
-rw-r--r-- | net/hs-hostname/pkg-descr | 4 |
3 files changed, 0 insertions, 24 deletions
diff --git a/net/hs-hostname/Makefile b/net/hs-hostname/Makefile deleted file mode 100644 index 2db592c256ba..000000000000 --- a/net/hs-hostname/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hostname -PORTVERSION= 1.0 -PORTREVISION= 20 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cross-platform means of determining the hostname - -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 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/net/hs-hostname/distinfo b/net/hs-hostname/distinfo deleted file mode 100644 index c3614627da68..000000000000 --- a/net/hs-hostname/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623591 -SHA256 (cabal/hostname-1.0.tar.gz) = 9b43dab1b6da521f35685b20555da00738c8e136eb972458c786242406a9cf5c -SIZE (cabal/hostname-1.0.tar.gz) = 1982 diff --git a/net/hs-hostname/pkg-descr b/net/hs-hostname/pkg-descr deleted file mode 100644 index 828c88d112a3..000000000000 --- a/net/hs-hostname/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A very simple package providing a cross-platform means of determining -the hostname. - -WWW: http://hackage.haskell.org/package/hostname |