diff options
Diffstat (limited to 'devel/hs-glib/Makefile')
-rw-r--r-- | devel/hs-glib/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/hs-glib/Makefile b/devel/hs-glib/Makefile deleted file mode 100644 index 8c9398564180..000000000000 --- a/devel/hs-glib/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= glib -PORTVERSION= 0.13.6.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the GLIB library for Gtk2Hs - -LICENSE= LGPL21 - -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 - -USES= pkgconfig -USE_CABAL= gtk2hs-buildtools utf8-string>=0.2 -USE_GNOME= glib20 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |