summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Cache/Makefile
blob: cc5c19cf2225234778a955c55f97ea0df293026f (plain)
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-Cache
# Date created:		2009-09-27
# Whom:			Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#

PORTNAME=	Mail-Cache
PORTVERSION=	0.1.2
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:VVELOX
PKGNAMEPREFIX=	p5-

MAINTAINER=	vvelox@vvelox.net
COMMENT=	Caches mail information

BUILD_DEPENDS=	p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \
		p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple

USES=		perl5
USE_PERL5=	configure

MAN3=		Mail::Cache.3

.include <bsd.port.mk>