1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/mail/p5-Dancer2-Plugin-Email/Makefile
Wen Heping 064663b0de 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
2014-12-25 13:35:23 +00:00

25 lines
563 B
Makefile

# $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>