1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Romain Tartière 52060eee2a Update to 3.0.34 and frenshen port.
Partially based on [1].

PR:		ports/181361 [1]
Submitted by:	Jack Pappas <jack.pappas@gmail.com> [1]
2014-01-28 09:42:03 +00:00

25 lines
513 B
Makefile

# Created by: Phillip Neumann <pneumann@gmail.com>
# $FreeBSD$
PORTNAME= fsharp
PORTVERSION= 3.0.34
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
GH_ACCOUNT= ${PORTNAME}
GH_COMMIT= b0c16bb
USES= gmake pkgconfig
USE_AUTOTOOLS= autoconf
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>