0ca479572c
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.
15 lines
324 B
Makefile
15 lines
324 B
Makefile
# $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"
|