2006-08-14 04:00:58 +00:00
|
|
|
# New ports collection makefile for: p5-IMAP-Client
|
|
|
|
# Date created: 2006-08-12
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IMAP-Client
|
2006-09-29 01:01:13 +00:00
|
|
|
PORTVERSION= 0.13
|
2006-08-14 04:00:58 +00:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-14 04:00:58 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 01:47:10 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-08-14 04:00:58 +00:00
|
|
|
COMMENT= Advanced manipulation of IMAP services w/ referral support
|
|
|
|
|
2012-06-03 19:44:26 +00:00
|
|
|
RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
|
|
p5-URI-imap>=0:${PORTSDIR}/mail/p5-URI-imap
|
2006-08-14 04:00:58 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= IMAP::Client.3
|
|
|
|
|
2009-07-22 16:27:08 +00:00
|
|
|
.include <bsd.port.mk>
|