pkgsrc/mail/p5-Mail-Box-POP3/Makefile
wen 1da42e861f Import Mail-Box-POP3-3.004 as mail/p5-Mail-Box-POP3.
Maintain a folder which has its messages stored on a remote server. The
communication between the client application and the server is implemented using
the POP3 protocol. This class uses Mail::Transport::POP3 to hide the transport
of information, and focusses solely on the correct handling of messages within a
POP3 folder.
2019-02-24 04:31:13 +00:00

20 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/02/24 04:31:13 wen Exp $
DISTNAME= Mail-Box-POP3-3.004
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Mail-Box-POP3/
COMMENT= Handle POP3 folders as client
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Mail-Message>=3:../../mail/p5-Mail-Message
DEPENDS+= p5-Mail-Box>=3:../../mail/p5-Mail-Box
DEPENDS+= p5-Mail-Transport>=3:../../mail/p5-Mail-Transport
PERL5_PACKLIST= auto/Mail/Box/POP3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"