summaryrefslogtreecommitdiff
path: root/mail/roundcube-plugin-enigma/Makefile
diff options
context:
space:
mode:
authortaca <taca>2016-09-13 15:58:57 +0000
committertaca <taca>2016-09-13 15:58:57 +0000
commit0521e88098bb83951cafdf720e5c6b7f07c4a280 (patch)
treeb0beeb4240d9fb7305417a05dfdef00a105528d3 /mail/roundcube-plugin-enigma/Makefile
parent79383dbe002412c596c6d60f128029b7b9a51895 (diff)
downloadpkgsrc-0521e88098bb83951cafdf720e5c6b7f07c4a280.tar.gz
Add roundcube-plugin-enigma package version 1.2.1, it is part of
official roundcube. Enigma Plugin for Roundcube This plugin adds support for viewing and sending of signed and encrypted messages in PGP (RFC 2440) and PGP/MIME (RFC 3156) format. The plugin uses gpg binary on the server and stores all keys (including private keys of the users) on the server. Encryption/decryption is done server-side. So, this plugin is for users that trust the server.
Diffstat (limited to 'mail/roundcube-plugin-enigma/Makefile')
-rw-r--r--mail/roundcube-plugin-enigma/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/roundcube-plugin-enigma/Makefile b/mail/roundcube-plugin-enigma/Makefile
new file mode 100644
index 00000000000..3cc0398ec96
--- /dev/null
+++ b/mail/roundcube-plugin-enigma/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2016/09/13 15:58:57 taca Exp $
+
+PLUGIN= enigma
+
+MAINTAINER= taca@NetBSD.org
+COMMENT= Enigma Plugin for Roundcube
+LICENSE= gnu-gpl-v3
+
+PLUGIN= enigma
+
+do-install: plugin-install
+
+.include "../../mail/roundcube/plugins.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"