aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fsharp/Makefile
blob: 834fc999cd47abdd1f99f4e7b6c9de24471d5a0a (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
# Created by: Phillip Neumann <pneumann@gmail.com>
# $FreeBSD$

PORTNAME=   fsharp
PORTVERSION=    4.0.1.10
CATEGORIES= lang

MAINTAINER= mono@FreeBSD.org
COMMENT=    Functional and object-oriented language for the .NET platform

LICENSE=    APACHE20

BUILD_DEPENDS=  mono>=3.0:lang/mono
RUN_DEPENDS=    mono>=3.0:lang/mono

NO_PACKAGE= The build process downloads external dependencies we cannot provide through ports

USE_GITHUB= yes

USES=       autoreconf gmake mono pkgconfig
GNU_CONFIGURE=  yes

.include <bsd.port.mk>