aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile
blob: 7999789d49a24cbcb07463e9e27dfd7c27e3f6e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Email-Sender-Transport-SMTP-TLS
PORTVERSION=	0.15
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

LICENSE=	GPLv1
LICENSE_FILE=	${WRKSRC}/LICENSE

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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>