diff options
Diffstat (limited to 'devel/hs-language-c-ghc/Makefile')
-rw-r--r-- | devel/hs-language-c-ghc/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/hs-language-c-ghc/Makefile b/devel/hs-language-c-ghc/Makefile deleted file mode 100644 index 822d52c46ba3..000000000000 --- a/devel/hs-language-c-ghc/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: hs-language-c-ghc -# Date created: March 2, 2009 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= language-c -PORTVERSION= 0.3.1.1 -PORTREVISION= 2 -CATEGORIES= devel haskell -PKGNAMESUFFIX= -ghc - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Analysis and generation of C code in Haskell - -CABAL_SETUP= Setup.hs - -USE_ALEX= yes -USE_HAPPY= yes - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |