21 lines
450 B
Makefile
21 lines
450 B
Makefile
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= filelock
|
|
DISTVERSION= 1.0.2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ygy@FreeBSD.org
|
|
COMMENT= Portable File Locking
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= R-cran-callr>=2.0.0:devel/R-cran-callr \
|
|
R-cran-covr>0:devel/R-cran-covr \
|
|
R-cran-testthat>0:devel/R-cran-testthat
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|