Update lang/p5-signatures to version 0.11
[dports.git] / lang / fsharp / Makefile
1 # Created by: Phillip Neumann <pneumann@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       fsharp
5 PORTVERSION=    3.1.1.25
6 CATEGORIES=     lang
7
8 MAINTAINER=     mono@FreeBSD.org
9 COMMENT=        Functional and object-oriented language for the .NET platform
10
11 LICENSE=        APACHE20
12
13 BUILD_DEPENDS=  mono>=3.0:${PORTSDIR}/lang/mono
14 RUN_DEPENDS=    mono>=3.0:${PORTSDIR}/lang/mono
15
16 USE_GITHUB=     yes
17 GH_ACCOUNT=     ${PORTNAME}
18 GH_COMMIT=      20a9d20
19
20 USES=           gmake mono pkgconfig
21 USE_AUTOTOOLS=  autoconf
22
23 .include <bsd.port.mk>