blob: 2d0a743ecc597b03905f8666fd9511d1faa9bea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= mono
PORTVERSION= ${MONO_DEFAULT}
CATEGORIES= lang
#MASTER_SITES= # not applicable
#DISTFILES= # not applicable
MAINTAINER= mono@FreeBSD.org
COMMENT= Meta-port for the default version of the Mono language
USES= metaport
RUN_DEPENDS= mono:lang/mono${MONO_DEFAULT}
WRKSRC= ${WRKDIR}
.include <bsd.port.mk>
|