mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d1e4387ae1
With hat: portmgr
25 lines
475 B
Makefile
25 lines
475 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
|
|
|
|
USES= mono
|
|
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 <bsd.port.mk>
|