aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Email-Sender-Transport-SQLite/Makefile
blob: 94478be41ff8f111da624139122cac5ebc29c517 (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-Email-Sender-Transport-SQLite
# Date created:				11 Oct 2010
# Whom:					Bill Brinzer <bill.brinzer@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	Email-Sender-Transport-SQLite
PORTVERSION=	0.092000
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bill.brinzer@gmail.com
COMMENT=	Deliver mail to an SQLite db for testing

RUN_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
		p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Email::Sender::Transport::SQLite.3

.include <bsd.port.mk>