pkgsrc/sysutils/wbm-cyrus-imapd/Makefile
mef 88e7941279 (sysutils/webmin,wbm-*) updated 1.953 to 1.955
(pkgsrc changes)
 - Utilize common DISTINFO_FILE
 - patches converted to SUBST. Make portable to version update
 - (two distinfo files will be recovered again after this commit, sorry)
 - PKGPATH variable does not hold the value yet in Makefile (right ?)

(upstream changes)
Version 1.955 (22nd August 2020)
More bugfixes, and an update to the theme.

Version 1.954 (2nd August 2020)
Minor bugfixes to 1.953
2020-09-06 02:38:53 +00:00

23 lines
740 B
Makefile

# $NetBSD: Makefile,v 1.15 2020/09/06 02:38:54 mef Exp $
DISTNAME= cyrus-imapd-mod-1.6.2
WBM_NAME= cyrus-imapd
PKGNAME= wbm-${DISTNAME:S/-mod-/-/}
MASTER_SITES= http://www.tecchio.net/webmin/cyrus/
DEPENDS+= cyrus-imapd>=2.1:../../mail/cyrus-imapd24
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
DEPENDS+= p5-Mail-IMAPClient-[0-9]*:../../mail/p5-Mail-IMAPClient
DEPENDS+= p5-Tree-Simple-[0-9]*:../../devel/p5-Tree-Simple
HOMEPAGE= http://www.tecchio.net/webmin/cyrus/
COMMENT= Webmin module for administering Cyrus IMAP
#DISTINFO_FILE= ${PKGPATH}/distinfo
# above does not work
DISTINFO_FILE= ../../sysutils/wbm-cyrus-imapd/distinfo
WBM_STD_MODULE= NO
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"