freebsd-ports/mail/p5-Email-Sender-Transport-SQLite/Makefile
Steve Wills 01385ad300 mail/p5-Email-Sender-Transport-SQLite: Update to version 0.092002
PR:		191683
Submitted by:	Bill Brinzer <bill.brinzer@gmail.com> (maintainer)
2014-07-09 21:16:01 +00:00

22 lines
604 B
Makefile

# Created by: Bill Brinzer <bill.brinzer@gmail.com>
# $FreeBSD$
PORTNAME= Email-Sender-Transport-SQLite
PORTVERSION= 0.092002
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}
TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>