15 lines
316 B
Makefile
15 lines
316 B
Makefile
PORTNAME= generics
|
|
PORTVERSION= 0.1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Common S3 Generics not Provided by Base R Methods
|
|
WWW= https://cran.r-project.org/web/packages/generics/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|