diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/Makefile | 34 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/pkg-comment | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/pkg-descr | 6 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/pkg-plist | 2 |
6 files changed, 45 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index d7b8caa..52e0cf8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -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 diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile new file mode 100644 index 0000000..da78ef6 --- /dev/null +++ b/mail/p5-Mail-Sender/Makefile @@ -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> diff --git a/mail/p5-Mail-Sender/distinfo b/mail/p5-Mail-Sender/distinfo new file mode 100644 index 0000000..d53b820 --- /dev/null +++ b/mail/p5-Mail-Sender/distinfo @@ -0,0 +1 @@ +MD5 (Mail-Sender-0.7.04.tar.gz) = 88e5c1cb6f19064f6f390a7667d06397 diff --git a/mail/p5-Mail-Sender/pkg-comment b/mail/p5-Mail-Sender/pkg-comment new file mode 100644 index 0000000..0e90c99f --- /dev/null +++ b/mail/p5-Mail-Sender/pkg-comment @@ -0,0 +1 @@ +Module for sending mails with attachments through an SMTP server diff --git a/mail/p5-Mail-Sender/pkg-descr b/mail/p5-Mail-Sender/pkg-descr new file mode 100644 index 0000000..adff6f1 --- /dev/null +++ b/mail/p5-Mail-Sender/pkg-descr @@ -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> diff --git a/mail/p5-Mail-Sender/pkg-plist b/mail/p5-Mail-Sender/pkg-plist new file mode 100644 index 0000000..09ce145 --- /dev/null +++ b/mail/p5-Mail-Sender/pkg-plist @@ -0,0 +1,2 @@ +lib/perl5/site_perl/%%PERL_VER%%/Mail/Sender.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail |