freebsd-ports/devel/R-cran-generics/Makefile

16 lines
316 B
Makefile
Raw Normal View History

PORTNAME= generics
2022-07-15 13:57:40 +02:00
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/
2020-11-03 12:20:00 +01:00
LICENSE= MIT
USES= cran:auto-plist
.include <bsd.port.mk>