Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
20 lines
637 B
Makefile
20 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:32 wiz Exp $
|
|
|
|
DISTNAME= cyrus-imapd-mod-1.6
|
|
WBM_NAME= cyrus-imapd
|
|
PKGNAME= wbm-${DISTNAME:S/-mod-/-/}
|
|
PKGREVISION= 3
|
|
MASTER_SITES= http://www.tecchio.net/webmin/cyrus/
|
|
|
|
DEPENDS+= cyrus-imapd>=2.1:../../mail/cyrus-imapd
|
|
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
|
|
|
|
WBM_STD_MODULE= NO
|
|
|
|
.include "../../sysutils/webmin/wbm.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|