2013-03-20 23:07:40 +01:00
|
|
|
# Created by: Phillip Neumann <pneumann@gmail.com>
|
2009-05-10 12:46:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fsharp
|
2013-03-20 23:07:40 +01:00
|
|
|
PORTVERSION= 3.0.25
|
2009-05-10 12:46:38 +02:00
|
|
|
CATEGORIES= lang
|
2013-03-20 23:07:40 +01:00
|
|
|
MASTER_SITES= https://nodeload.github.com/fsharp/fsharp/tar.gz/ \
|
|
|
|
CRITICAL
|
|
|
|
DISTFILES= ${PORTVERSION}
|
2009-05-10 12:46:38 +02:00
|
|
|
|
2013-03-20 23:07:40 +01:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2009-05-10 12:46:38 +02:00
|
|
|
COMMENT= Functional and object-oriented language for the .NET platform
|
2013-03-20 23:07:40 +01:00
|
|
|
LICENSE= AL2
|
2009-05-10 12:46:38 +02:00
|
|
|
|
2013-03-20 23:07:40 +01:00
|
|
|
BUILD_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono
|
|
|
|
RUN_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono
|
2009-05-10 12:46:38 +02:00
|
|
|
|
2013-03-20 23:07:40 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_AUTOTOOLS= autoconf
|
|
|
|
USE_PKGCONFIG= build
|
2009-05-10 12:46:38 +02:00
|
|
|
|
2013-03-20 23:07:40 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2009-05-10 12:46:38 +02:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
|
|
.include <bsd.port.mk>
|