mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
d9bae7ad26
PR: 191479 (based on) Submitted by: jack.pappas@gmail.com
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# Created by: Phillip Neumann <pneumann@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fsharp
|
|
PORTVERSION= 3.1.1.25
|
|
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= 20a9d20
|
|
|
|
USES= gmake mono pkgconfig
|
|
USE_AUTOTOOLS= autoconf
|
|
|
|
.include <bsd.port.mk>
|