1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/fsharp/Makefile
Baptiste Daroussin d1e4387ae1 Convert to USES=mono
With hat:	portmgr
2014-05-26 13:11:43 +00:00

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>