blob: 7d28ef0dbba04274982561c49cbf18cad35140b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= Agda-executable
PORTVERSION= 2.3.0.1
PORTREVISION= 2
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Command-line program for type-checking and compiling Agda programs
CABAL_SETUP= Setup.hs
USE_CABAL= Agda>=2.3.0 Agda<2.3.1
USE_ICONV= yes
EXECUTABLE= agda
STANDALONE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|