# New ports collection makefile for:	Dancer-Plugin-Email
# Date created:				30 Dec 2010
# Whom:					Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD: ports/mail/p5-Dancer-Plugin-Email/Makefile,v 1.1 2010/12/31 06:29:08 wen Exp $
#

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>
