freebsd-ports/mail/imaptools/Makefile
Boris Samorodov 0f46f33000 Update to version 1.98. Changes:
. imapcopy.pl: Added -a <DD-MMM-YYYY> argument. If specified only messages
  after this date will be copied.

PR:		ports/157858
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2011-06-14 12:34:32 +00:00

30 lines
612 B
Makefile

# New ports collection makefile for: mail/imaptools
# Date created: 2010-10-26
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= imaptools
PORTVERSION= 1.98
CATEGORIES= mail
MASTER_SITES= http://www.athensfbc.com/imap_tools/files/
DISTNAME= imap_tools_V${PORTVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= A number of tools and scripts for use with IMAP servers
LICENSE= ISCL
LICENSE_FILE= ${WRKDIR}/license.txt
FETCH_ARGS= -pRr
USE_PERL5_RUN= yes
do-build:
${REINPLACE_CMD} \
-e 's|/usr/bin/perl|${PERL}|g' ${WRKDIR}/*.pl
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin
.include <bsd.port.mk>