pkgsrc/mail/imapsync/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

31 lines
970 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/05/31 12:41:14 wiz Exp $
#
DISTNAME= imapsync-1.286
PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/
EXTRACT_SUFX= .tgz
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.linux-france.org/prj/imapsync/
COMMENT= Incremental recursive IMAP transfer tool
DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
DEPENDS+= p5-Mail-IMAPClient>=3.1.9:../../mail/p5-Mail-IMAPClient
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
NO_BUILD= YES
USE_TOOLS+= perl:run
REPLACE_PERL+= imapsync
INSTALLATION_DIRS= bin share/doc
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/imapsync ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/imapsync
.include "../../mk/bsd.pkg.mk"