aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-IMAPTalk-MailCache/Makefile
blob: 6dbfce929572df4d511ab344d030a3281792d9b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	p5-Mail-IMAPTalk-MailCache
# Date created:		2009-09-27
# Whom:			Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#

PORTNAME=	Mail-IMAPTalk-MailCache
PORTVERSION=	0.0.1
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:VVELOX
PKGNAMEPREFIX=	p5-

MAINTAINER=	vvelox@vvelox.net
COMMENT=	Caches mail information for Mail::IMAPTalk using Mail::Cache

BUILD_DEPENDS=	p5-Mail-Cache>=0:${PORTSDIR}/mail/p5-Mail-Cache \
		p5-Mail-IMAPTalk>=0:${PORTSDIR}/mail/p5-Mail-IMAPTalk

USES=		perl5
USE_PERL5=	configure

MAN3=		Mail::IMAPTalk::MailCache.3

.include <bsd.port.mk>