opnsense-ports/lang/fsharp/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

21 lines
402 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:lang/mono
RUN_DEPENDS= mono>=3.0:lang/mono
USE_GITHUB= yes
USES= gmake mono pkgconfig
USE_AUTOTOOLS= autoconf
.include <bsd.port.mk>