1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/mail/p5-Mail-Box-POP3/Makefile
Sunpoet Po-Chuan Hsieh 66ba84b8e4 Add p5-Mail-Box-POP3 3.004 (copied from p5-Mail-Box)
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.

WWW: https://metacpan.org/release/Mail-Box-POP3
2018-10-18 19:53:29 +00:00

27 lines
523 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Mail-Box-POP3
PORTVERSION= 3.004
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Handle POP3 folders as client
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Mail-Box>=3:mail/p5-Mail-Box \
p5-Mail-Message>=3:mail/p5-Mail-Message \
p5-Mail-Transport>=3:mail/p5-Mail-Transport
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>