aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-Agda-executable/Makefile
blob: 2c0b6e2bc86b98643e2531576a7e10fa76e7b86d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for: hs-Agda-executable
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   Agda-executable
PORTVERSION=    2.2.6
PORTREVISION=   1
CATEGORIES= math haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Command-line program for type-checking and compiling Agda programs

CABAL_SETUP=    Setup.hs
USE_HACKAGE=    Agda>=2.2.6

USE_ICONV=  yes

EXECUTABLE= agda
STANDALONE= yes

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>