15 lines
342 B
Makefile
15 lines
342 B
Makefile
PORTNAME= R.methodsS3
|
|
DISTVERSION= 1.8.2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Methods that simplify the setup of S3 generic functions
|
|
WWW= https://cran.r-project.org/web/packages/R.methodsS3/
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|