mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
afba0f2d15
Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks.
18 lines
390 B
Makefile
18 lines
390 B
Makefile
PORTNAME= R.oo
|
|
DISTVERSION= 1.26.0
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Methods and classes for object-oriented programming
|
|
WWW= https://cran.r-project.org/web/packages/R.oo/
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= R-cran-R.methodsS3>=1.8.2:devel/R-cran-R.methodsS3
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|