blob: 2f790386436a9ff0d2815edc93828bd8e7eebb19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= zip
DISTVERSION= 2.2.0
CATEGORIES= archivers
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Cross-Platform 'zip' Compression
WWW= https://github.com/r-lib/zip #readme
LICENSE= CC0-1.0
TEST_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
R-cran-covr>0:devel/R-cran-covr \
R-cran-testthat>0:devel/R-cran-testthat \
R-cran-withr>0:devel/R-cran-withr
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|