1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add Mail::Sender:

Mail::Sender provides an object oriented interface to sending mails.
It doesn't need any outer program.  It connects to a mail server
directly from Perl, using Socket.

PR:		20208
Submitted by:	ben
This commit is contained in:
Ben Smithurst 2000-07-29 01:17:07 +00:00
parent ca4127d070
commit afd41a13ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31092
6 changed files with 45 additions and 0 deletions

View File

@ -75,6 +75,7 @@
SUBDIR += p5-Mail-CClient
SUBDIR += p5-Mail-Folder
SUBDIR += p5-Mail-POP3Client
SUBDIR += p5-Mail-Sender
SUBDIR += p5-Mail-Sendmail
SUBDIR += p5-Mail-Tools
SUBDIR += pathalias

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-Mail-Sender
# Date created: July 27th 2000
# Whom: Ben Smithurst <ben@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Mail-Sender
PORTVERSION= 0.7.04
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
MAINTAINER= ben@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
USE_PERL5= YES
IS_INTERACTIVE= YES
MAN3= Mail::Sender.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
.if defined(PACKAGE_BUILDING)
@${CHMOD} u+w ${WRKSRC}/Config.PL
@${ECHO} exit > ${WRKSRC}/Config.PL
.endif
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Mail-Sender-0.7.04.tar.gz) = 88e5c1cb6f19064f6f390a7667d06397

View File

@ -0,0 +1 @@
Module for sending mails with attachments through an SMTP server

View File

@ -0,0 +1,6 @@
Mail::Sender provides an object oriented interface to sending mails. It
doesn't need any outer program. It connects to a mail server directly
from Perl, using Socket.
- Ben Smithurst
<ben@FreeBSD.org>

View File

@ -0,0 +1,2 @@
lib/perl5/site_perl/%%PERL_VER%%/Mail/Sender.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail