diff options
Diffstat (limited to 'ports-mgmt/hs-porte/Makefile')
-rw-r--r-- | ports-mgmt/hs-porte/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ports-mgmt/hs-porte/Makefile b/ports-mgmt/hs-porte/Makefile deleted file mode 100644 index bf1a68ee2cb9..000000000000 --- a/ports-mgmt/hs-porte/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Samy Al Bahra <sbahra@kerneled.org> -# $FreeBSD$ - -PORTNAME= porte -PORTVERSION= 0.0.4 -PORTREVISION= 20 -CATEGORIES= ports-mgmt haskell - -MAINTAINER= sbahra@repnop.org -COMMENT= FreeBSD ports index search and statistical analysis tool - -LICENSE= BSD3CLAUSE - -DEPRECATED= No updates since 2010 -BROKEN= Doesn't build with newest GHC -EXPIRATION_DATE= 2019-01-31 - -USE_CABAL= extensible-exceptions stringsearch - -EXECUTABLE= porte - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |