aboutsummaryrefslogtreecommitdiff
path: root/lang/linux-dotnet11-runtime/Makefile
blob: 74e749d15414289ef826358be2a97b7985be6a04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD$

PORTNAME?=	dotnet11-runtime
DISTNAME=	dotnet-centos-x64.${DISTVERSION}
DISTVERSION?=	1.1.8
MASTER_SITES?=	https://download.microsoft.com/download/1/B/8/1B80E25B-316E-4DFB-9707-DB758681F175/

MASTERDIR=	${.CURDIR}/../linux-dotnet-runtime

BINFILES=	shared/Microsoft.NETCore.App/${DISTVERSION}/corehost shared/Microsoft.NETCore.App/${DISTVERSION}/dotnet

.include "${MASTERDIR}/Makefile"