freebsd-ports/devel/hs-uuagc-bootstrap/Makefile

19 lines
389 B
Makefile

# $FreeBSD$
PORTNAME= uuagc-bootstrap
PORTVERSION= 0.9.40.2
PORTREVISION= 6
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>