1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/lang/fsharp/Makefile
Li-Wen Hsu d9bae7ad26 - Update to 3.1.1.25
PR:		191479 (based on)
Submitted by:	jack.pappas@gmail.com
2014-07-29 18:44:07 +00:00

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>