freebsd-ports/mail/p5-Dancer-Plugin-Email/Makefile
Wen Heping 178e9d4868 Dancer::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/~ironcamel/Dancer-Plugin-Email/

PR:		ports/153545
Submitted by:	Grzegorz Blach <magik@roorback.net>
2010-12-31 06:29:08 +00:00

32 lines
973 B
Makefile

# New ports collection makefile for: Dancer-Plugin-Email
# Date created: 30 Dec 2010
# Whom: Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
#
PORTNAME= Dancer-Plugin-Email
PORTVERSION= 0.1202
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/I/IR/IRONCAMEL
PKGNAMEPREFIX= p5-
MAINTAINER= magik@roorback.net
COMMENT= Simple email handling for Dancer applications
RUN_DEPENDS= p5-Dancer>=1.2:${PORTSDIR}/www/p5-Dancer \
p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
p5-Email-Stuff>=2.102:${PORTSDIR}/mail/p5-Email-Stuff \
p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge \
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL \
p5-Net-SMTP-TLS>=0:${PORTSDIR}/mail/p5-Net-SMTP-TLS \
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Dancer::Plugin::Email.3
.include <bsd.port.mk>