The build process starts by trying to to download nuget and some dependencies required for building. It expects them to be downloaded this way, and because the network is down during build, it fails. So stop trying to build pakages for f-sharp: hoping that users interested in f-sharp have networking while building. Reported by: pkg-fallout, poudriere
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# Created by: Phillip Neumann <pneumann@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fsharp
|
|
PORTVERSION= 4.0.1.10
|
|
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
|
|
|
|
NO_PACKAGE= The build process downloads external dependencies we cannot provide through ports
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= autoreconf gmake mono pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|