aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-haskell-src-exts/Makefile
blob: 669411ac5c8b67cd3e3227c3a5405e7f0f9c836b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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.13.3
PORTREVISION=   1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Manipulating Haskell source

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  cpphs>=1.3
USE_HAPPY=  yes

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>