openbsd-ports/mail/archivemail/Makefile
msf 378619176e - initial import of archivemail-0.6.1
archivemail is a tool written in python(1) for archiving and compressing
old email in mailboxes. By default it will read the mailbox MAILBOX,
moving messages that are older that the specified number of days (180 by
default) to a mbox-format mailbox in the same directory that is
compressed with gzip(1). archivemail supports reading IMAP, Maildir, MH
and mbox-format  mailboxes, but it  will always write archive files to
mbox-format mailboxes that are compressed with gzip(1)

ok alek@
2005-04-08 20:23:43 +00:00

25 lines
451 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/04/08 20:23:43 msf Exp $
COMMENT= "archive and compress your old email"
DISTNAME= archivemail-0.6.1
CATEGORIES= mail
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=archivemail/}
MODULES= lang/python
NO_REGRESS= Yes
PKG_ARCH= *
.include <bsd.port.mk>