summaryrefslogtreecommitdiff
path: root/security/pdfrip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pdfrip/Makefile')
-rw-r--r--security/pdfrip/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/pdfrip/Makefile b/security/pdfrip/Makefile
new file mode 100644
index 000000000000..bf4a65566578
--- /dev/null
+++ b/security/pdfrip/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= pdfrip
+DISTVERSIONPREFIX= v
+DISTVERSION= 2.0.1
+PORTREVISION= 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>