mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
- 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
15 lines
316 B
Makefile
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>
|