freebsd-ports/devel/hs-uuagc-bootstrap/Makefile
Gabor Pali 8ff0fa1812 - Chase GHC update
Obtained from:	FreeBSD Haskell
2012-06-03 22:04:25 +00:00

24 lines
539 B
Makefile

# New ports collection makefile for: hs-uuagc-bootstrap
# Date created: August 12, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= uuagc-bootstrap
PORTVERSION= 0.9.40.2
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Attribute Grammar System of Universiteit Utrecht
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= haskell-src-exts>=1.11.1 mtl>=1.1.1.1 uulib>=0.9.14
EXECUTABLE= uuagc-bootstrap
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>