mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
77296e779c
- Add an UPDATING entry for description and instructions Submitted by: ashish Approved by: portmgr (miwi) Obtained from: FreeBSD Haskell
23 lines
471 B
Makefile
23 lines
471 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uuagc
|
|
PORTVERSION= 0.9.42.2
|
|
PORTREVISION= 3
|
|
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 uuagc-cabal>=1.0.2.0 \
|
|
uulib>=0.9.14
|
|
|
|
EXECUTABLE= uuagc
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|