ports/devel/R-cran-filelock/Makefile
Nuno Teixeira 7c4adfc34a devel/R-cran-filelock: Update to 1.0.3
- Take maintainership
- Switch WWW url to CRAN.r-project.org
- Remove unneeded test dependencies

ChangeLog:
	https://cran.r-project.org/web/packages/filelock/news/news.html
	https://github.com/r-lib/filelock/compare/v1.0.2...v1.0.3
2024-09-16 13:15:24 +01:00

15 lines
316 B
Makefile

PORTNAME= filelock
DISTVERSION= 1.0.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Portable File Locking
WWW= https://cran.r-project.org/web/packages/filelock/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cran:auto-plist,compiles
.include <bsd.port.mk>