freebsd-ports/devel/R-cran-generics/Makefile
2023-04-23 09:09:58 +00:00

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>