summaryrefslogtreecommitdiff
path: root/archivers/R-cran-zip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/R-cran-zip/Makefile')
-rw-r--r--archivers/R-cran-zip/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/archivers/R-cran-zip/Makefile b/archivers/R-cran-zip/Makefile
new file mode 100644
index 000000000000..6e5b95569a49
--- /dev/null
+++ b/archivers/R-cran-zip/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= zip
+DISTVERSION= 1.0.0
+CATEGORIES= archivers
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= dbn@FreeBSD.org
+COMMENT= Cross-Platform 'zip' Compression
+
+LICENSE= CC0-1.0
+
+TEST_DEPENDS= R-cran-withr>0:devel/R-cran-withr
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>