mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Add mail/p5-Email-Send 2.00, a Perl module for sending email, simply.
This commit is contained in:
parent
611f19768d
commit
eeb882832b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152166
@ -272,6 +272,7 @@
|
||||
SUBDIR += p5-Email-MIME-Encodings
|
||||
SUBDIR += p5-Email-MIME-Modifier
|
||||
SUBDIR += p5-Email-MessageID
|
||||
SUBDIR += p5-Email-Send
|
||||
SUBDIR += p5-Email-Simple
|
||||
SUBDIR += p5-Email-Simple-Creator
|
||||
SUBDIR += p5-Email-Valid
|
||||
|
42
mail/p5-Email-Send/Makefile
Normal file
42
mail/p5-Email-Send/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# New ports collection makefile for: mail/p5-Email-Send
|
||||
# Date created: 27 December 2005
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Email-Send
|
||||
PORTVERSION= 2.00
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Email
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Email::Send - Simply Sending Email
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
|
||||
${SITE_PERL}/Return/Value.pm:${PORTSDIR}/devel/p5-Return-Value \
|
||||
${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \
|
||||
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
||||
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \
|
||||
p5-Net>0:${PORTSDIR}/net/p5-Net
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Email::Send.3 \
|
||||
Email::Send::IO.3 \
|
||||
Email::Send::NNTP.3 \
|
||||
Email::Send::Qmail.3 \
|
||||
Email::Send::SMTP.3 \
|
||||
Email::Send::Sendmail.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
mail/p5-Email-Send/distinfo
Normal file
3
mail/p5-Email-Send/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Email-Send-2.00.tar.gz) = d950eee17da5f815e92c6b7d7aefb299
|
||||
SHA256 (Email-Send-2.00.tar.gz) = c7918b403a3f08a46e4a45cf564394cb3ffca11b029971f180cb241cfa4228bd
|
||||
SIZE (Email-Send-2.00.tar.gz) = 9396
|
5
mail/p5-Email-Send/pkg-descr
Normal file
5
mail/p5-Email-Send/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Email-Send/
|
11
mail/p5-Email-Send/pkg-plist
Normal file
11
mail/p5-Email-Send/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
%%SITE_PERL%%/Email/Send.pm
|
||||
%%SITE_PERL%%/Email/Send/IO.pm
|
||||
%%SITE_PERL%%/Email/Send/NNTP.pm
|
||||
%%SITE_PERL%%/Email/Send/Qmail.pm
|
||||
%%SITE_PERL%%/Email/Send/SMTP.pm
|
||||
%%SITE_PERL%%/Email/Send/Sendmail.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Send/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Send 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Email/Send 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true
|
Loading…
x
Reference in New Issue
Block a user