Add claws-mail-managesieve 3.13.0

claws-mail managesieve plugin.
This commit is contained in:
markd 2015-12-13 11:16:08 +00:00
parent 7d3d5f6b82
commit ee208f0e5a
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,2 @@
This plugin lets you manage Sieve filters on servers that support the
ManageSieve protocol.

View file

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 2015/12/13 11:16:08 markd Exp $
#
PLUGIN_NAME= managesieve
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Manage Sieve filters on servers that support the ManageSieve protocol
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.pkg.mk"