aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile
blob: 0a065ef1b0b0dbc38470945e6371c454d05c8718 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Alexandre Biancalana <ale@biancalanas.net>
# $FreeBSD$

PORTNAME=	Email-Sender-Transport-SMTP-TLS
PORTVERSION=	0.14
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ale@biancalanas.net
COMMENT=	Email::Sender with Net::SMTP::TLS (Eg. Gmail)

RUN_DEPENDS=	p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender \
		p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained
BUILD_DEPENDS:=	${RUN_DEPENDS}

USES=		perl5
USE_PERL5=	configure

MAN3=		Email::Sender::Transport::SMTP::TLS.3

NO_STAGE=	yes
.include <bsd.port.mk>