blob: 1288571929dfdd59bfff09253e2812b682aec178 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= R6
PORTVERSION= 2.4.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Classes with reference semantics
LICENSE= MIT
USES= cran:auto-plist
.include <bsd.port.mk>
|