1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2010-10-11 18:25:02 +00:00
parent 9f44884cd7
commit dd146d6e27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262832
5 changed files with 45 additions and 0 deletions

View File

@ -351,6 +351,7 @@
SUBDIR += p5-Email-Reply
SUBDIR += p5-Email-Send
SUBDIR += p5-Email-Sender
SUBDIR += p5-Email-Sender-Transport-SQLite
SUBDIR += p5-Email-Simple
SUBDIR += p5-Email-Stuff
SUBDIR += p5-Email-Valid

View File

@ -0,0 +1,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.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>

View File

@ -0,0 +1,3 @@
MD5 (Email-Sender-Transport-SQLite-0.091660.tar.gz) = 891d2e59993f1127da9ad8f4bf7ea8b7
SHA256 (Email-Sender-Transport-SQLite-0.091660.tar.gz) = 8b4487c1076921601a9afbb8de445ebba6803bb9ac612ac06dc08a50c1365c1d
SIZE (Email-Sender-Transport-SQLite-0.091660.tar.gz) = 9299

View File

@ -0,0 +1,6 @@
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/

View File

@ -0,0 +1,9 @@
%%SITE_PERL%%/Email/Sender/Transport/SQLite.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport/SQLite/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport/SQLite
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/Transport
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email
@dirrmtry %%SITE_PERL%%/Email/Sender/Transport
@dirrmtry %%SITE_PERL%%/Email/Sender
@dirrmtry %%SITE_PERL%%/Email