blob: 52de8c769ed9c36e8773e43f3eb9e59998f63595 (
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
|
# 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= ${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir \
${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple
PERL_CONFIGURE= yes
MAN3= Mail::Cache.3
.include <bsd.port.mk>
|