mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
52060eee2a
Partially based on [1]. PR: ports/181361 [1] Submitted by: Jack Pappas <jack.pappas@gmail.com> [1]
25 lines
513 B
Makefile
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>
|