aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-uuagc-bootstrap/Makefile
blob: ecccfe280b6b63c9b2c9daee7c2da56302b16410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   uuagc-bootstrap
PORTVERSION=    0.9.40.2
PORTREVISION=   8
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Attribute Grammar System of Universiteit Utrecht

LICENSE=    BSD

USE_CABAL=  haskell-src-exts>=1.11.1 mtl>=1.1.1.1 uulib>=0.9.14

EXECUTABLE= uuagc-bootstrap

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