0032ea860b
PR: ports/76402 Submitted by: Alex Deiter <tiamat@komi.mts.ru> (maintainer)
28 lines
624 B
Makefile
28 lines
624 B
Makefile
# New ports collection makefile for: imapsync
|
|
# Date created: 14 Jan 2005
|
|
# Whom: Alex Deiter <tiamat@komi.mts.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imapsync
|
|
PORTVERSION= 1.118
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= tiamat@komi.mts.ru
|
|
COMMENT= IMAP synchronization copy or migration tool
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Mail/IMAPClient.pm:${PORTSDIR}/mail/p5-Mail-IMAPClient
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_PERL5= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/imapsync
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|