mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Dancer2::Plugin::Email provides an easy way of handling text or
html email messages with or without attachments. Simply define how you wish to send the email in your application's YAML configuration file, then call the email keyword passing the necessary parameters. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Email/ PR: 196190 Submitted by: hvo.pm@xs4all.nl
This commit is contained in:
parent
b73fe035fc
commit
064663b0de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375550
@ -289,6 +289,7 @@
|
||||
SUBDIR += p5-CGP-CLI
|
||||
SUBDIR += p5-Clamd
|
||||
SUBDIR += p5-Dancer-Plugin-Email
|
||||
SUBDIR += p5-Dancer2-Plugin-Email
|
||||
SUBDIR += p5-Data-Validate-Email
|
||||
SUBDIR += p5-Email-Abstract
|
||||
SUBDIR += p5-Email-Address
|
||||
|
24
mail/p5-Dancer2-Plugin-Email/Makefile
Normal file
24
mail/p5-Dancer2-Plugin-Email/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Dancer2-Plugin-Email
|
||||
PORTVERSION= 0.0001
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Simple email handling for Dancer2 applications
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Dancer2>=0.156001:${PORTSDIR}/www/p5-Dancer2 \
|
||||
p5-Email-Sender>=0:${PORTSDIR}/mail/p5-Email-Sender \
|
||||
p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \
|
||||
p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/p5-Dancer2-Plugin-Email/distinfo
Normal file
2
mail/p5-Dancer2-Plugin-Email/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Dancer2-Plugin-Email-0.0001.tar.gz) = cf9c37e9ddb61ca66704a32670c93f8b6f8c1a8c9e0566ebc688f6ed1ad8ba62
|
||||
SIZE (Dancer2-Plugin-Email-0.0001.tar.gz) = 13983
|
7
mail/p5-Dancer2-Plugin-Email/pkg-descr
Normal file
7
mail/p5-Dancer2-Plugin-Email/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Dancer2::Plugin::Email provides an easy way of handling text or
|
||||
html email messages with or without attachments. Simply define
|
||||
how you wish to send the email in your application's YAML
|
||||
configuration file, then call the email keyword passing the
|
||||
necessary parameters.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Dancer2-Plugin-Email/
|
2
mail/p5-Dancer2-Plugin-Email/pkg-plist
Normal file
2
mail/p5-Dancer2-Plugin-Email/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Dancer2/Plugin/Email.pm
|
||||
%%PERL5_MAN3%%/Dancer2::Plugin::Email.3.gz
|
Loading…
Reference in New Issue
Block a user