1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/math/hs-Agda/Makefile
Tobias C. Berner fff1aa535b Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest

Thanks a lot to arrowd for doing all the heavy lifting :)

PR:		227968
Exp-run by:	antoine
Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D15005
2018-05-25 21:44:12 +00:00

33 lines
772 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= Agda
PORTVERSION= 2.5.2
PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Dependently typed functional programming language and proof assistant
USE_CABAL= EdisonCore boxes data-hash edit-distance equivalence \
geniplate-mirror gitrev hashable hashtables ieee754 \
mtl murmur-hash parallel regex-tdfa strict \
unordered-containers zlib
USE_ALEX= yes
USE_HAPPY= yes
USE_CPPHS= yes
USES= iconv:translit
EXECUTABLE= agda-mode agda
FLAGS_ENABLE= cpphs
SUB_FILES= pkg-install pkg-deinstall
SUB_LIST= DATADIR=${DATADIR}
IGNORE= Doesn't build with recent GHC version
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>