6d7b913020
This unbreaks the port with Mono 4.0. Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3224
21 lines
426 B
Makefile
21 lines
426 B
Makefile
# Created by: Phillip Neumann <pneumann@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fsharp
|
|
PORTVERSION= 3.1.2.5
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
COMMENT= Functional and object-oriented language for the .NET platform
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono
|
|
RUN_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= gmake mono pkgconfig
|
|
USE_AUTOTOOLS= autoconf
|
|
|
|
.include <bsd.port.mk>
|