send emails

This commit is contained in:
espie 2006-11-13 00:10:54 +00:00
parent 70a8e71c39
commit a9fe321257
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/13 00:10:54 espie Exp $
COMMENT= "simply sending Email"
MODULES= cpan
DISTNAME= Email-Send-2.171
CATEGORIES= mail
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Class-Accessor \
::devel/p5-Module-Pluggable \
::devel/p5-Return-Value \
::mail/p5-Email-Address \
::mail/p5-Email-Simple
REGRESS_DEPENDS=::devel/p5-IO-All
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Email-Send-2.171.tar.gz) = 249dda33a207aac2fa12e6f4c31384e5
RMD160 (Email-Send-2.171.tar.gz) = 8340184b48116388b70a385771d53d6840574302
SHA1 (Email-Send-2.171.tar.gz) = e79ae2767c95567f87717d38985c5867af487f53
SIZE (Email-Send-2.171.tar.gz) = 18352

View File

@ -0,0 +1,3 @@
This module provides a very simple, very clean, very specific
interface to multiple Email mailers. The goal of this software is to
be small and simple, easy to use, and easy to extend.

View File

@ -0,0 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/13 00:10:54 espie Exp $
${P5SITE}/Email/Send/
${P5SITE}/Email/Send.pm
${P5SITE}/Email/Send/IO.pm
${P5SITE}/Email/Send/NNTP.pm
${P5SITE}/Email/Send/Qmail.pm
${P5SITE}/Email/Send/SMTP.pm
${P5SITE}/Email/Send/Sendmail.pm
${P5SITE}/Email/Send/Test.pm
@man man/man3p/Email::Send.3p
@man man/man3p/Email::Send::IO.3p
@man man/man3p/Email::Send::NNTP.3p
@man man/man3p/Email::Send::Qmail.3p
@man man/man3p/Email::Send::SMTP.3p
@man man/man3p/Email::Send::Sendmail.3p
@man man/man3p/Email::Send::Test.3p