20 lines
552 B
Makefile
20 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/05/24 19:52:53 wiz Exp $
|
|
|
|
PLUGIN= password
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
COMMENT= Password change plugin for roundcube
|
|
PKGREVISION= 1
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
|
|
|
|
REPLACE_PERL+= plugins/password/helpers/change_ldap_pass.pl
|
|
REPLACE_PYTHON+= plugins/password/helpers/chpass-wrapper.py
|
|
|
|
DISTINFO_FILE= ${PKGDIR}/distinfo
|
|
|
|
.include "../../mail/roundcube/plugins.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|