freebsd-ports/mail/p5-Email-Sender-Transport-SQLite/Makefile
Sunpoet Po-Chuan Hsieh dd146d6e27 - Add p5-Email-Sender-Transport-SQLite 0.091660
This transport makes deliveries to an SQLite database, creating it if needed.
The SQLite transport is intended for testing programs that fork or that
otherwise can't use the Test transport. It is not meant for robust, long-term
storage of mail.

WWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/

PR:		ports/151382
Submitted by:	Bill Brinzer <bill.brinzer@gmail.com>
Approved by:	pgollucci (mentor, implicit)
2010-10-11 18:25:02 +00:00

26 lines
671 B
Makefile

# 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.091660
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= 5.8.8+
MAN3= Email::Sender::Transport::SQLite.3
.include <bsd.port.mk>