avsm ed34ab51f3 Initial import of p5-Mail-Box-1.100
With help from Shell Hung <i@shellhung.org>

--
The Mail::Box module is a modern mail-folder manager.

The modules are trying to keep messages stored in the mailbox file(s)
for as long as possible.  Only if the user of a folder really needs
the content of a message, that message is read from file and parsed.
2001-03-22 23:21:57 +00:00

26 lines
637 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/03/22 23:21:57 avsm Exp $
DISTNAME= Mail-Box-1.100
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
NEED_VERSION= 1.356
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl
BUILD_DEPENDS= ${PERL_MODULES}/Date/Parse.pm::devel/p5-Time-TimeDate \
${PERL_MODULES}/MIME/Tools.pm::mail/p5-MIME-tools
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>