88e2aab5c5
- Update to 0.16.2 - Drop maintainership
14 lines
295 B
Makefile
14 lines
295 B
Makefile
PORTNAME= globals
|
|
PORTVERSION= 0.16.2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Identify Global Objects in R Expressions
|
|
WWW= https://cran.r-project.org/web/packages/globals/
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|