21c4b221d4
pkgsrc changes: * Add dependency to security/pear-Crypt_GPG. other changes: * Add eu_EU and sq_AL locale. RELEASE 1.2.3 * Enigma: Fix bug where last records on keys list were hidden (#5461) * Enigma: Fix key search with keyword containing non-ascii characters (#5459)
17 lines
405 B
Makefile
17 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/12/05 16:15:33 taca Exp $
|
|
|
|
PLUGIN= enigma
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
COMMENT= Enigma Plugin for Roundcube
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PLUGIN= enigma
|
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Crypt_GPG>=1.4.3:../../security/pear-Crypt_GPG
|
|
|
|
do-install: plugin-install
|
|
|
|
.include "../../mail/roundcube/plugins.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|