blob: 7430d445b1a918ca01b81d8892acc6c88733b81a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PORTNAME= generics
PORTVERSION= 0.1.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Common S3 Generics not Provided by Base R Methods
LICENSE= MIT
USES= cran:auto-plist
.include <bsd.port.mk>
|