pkgsrc/devel/R-filelock/Makefile
mef e695d4aae3 (devel/R-filelock) import R-filelock-1.0.2
Place an exclusive or shared lock on a file. It uses 'LockFile' on
Windows and 'fcntl' locks on Unix-like systems.
2021-01-02 11:24:34 +00:00

14 lines
302 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/01/02 11:24:34 mef Exp $
R_PKGNAME= filelock
R_PKGVER= 1.0.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Portable File Locking
LICENSE= mit # + file LICENSE
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"