summaryrefslogtreecommitdiff
path: root/security/pdfrip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pdfrip/Makefile')
-rw-r--r--security/pdfrip/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/pdfrip/Makefile b/security/pdfrip/Makefile
new file mode 100644
index 000000000000..afb4e2d25e80
--- /dev/null
+++ b/security/pdfrip/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= pdfrip
+DISTVERSIONPREFIX= v
+DISTVERSION= 2.0.1
+CATEGORIES= security
+
+MAINTAINER= fox@FreeBSD.org
+COMMENT= Multi-threaded PDF password cracking utility in Rust
+WWW= https://github.com/mufeedvh/pdfrip
+
+LICENSE= MIT
+
+USES= cargo
+USE_GITHUB= yes
+GH_ACCOUNT= mufeedvh
+
+PLIST_FILES= bin/pdfrip
+
+.include <bsd.port.mk>