20 lines
469 B
Makefile
20 lines
469 B
Makefile
# New ports collection makefile for: hs-haskell-src-exts
|
|
# Date created: December 30 2009
|
|
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= haskell-src-exts
|
|
PORTVERSION= 1.9.0
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Manipulating Haskell source
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
USE_HAPPY= yes
|
|
USE_HACKAGE= cpphs>=1.3
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|