aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Net-SMTPS/Makefile
blob: b45c777227a21e5cdd3358e3b3fb8c8c1697bbde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	Net-SMTPS
PORTVERSION=	0.03
PORTREVISION=	2
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ale@biancalanas.net
COMMENT=	SSL/STARTTLS support for Net::SMTP

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Authen-SASL>=2:security/p5-Authen-SASL \
		p5-IO-Socket-SSL>=1.9:security/p5-IO-Socket-SSL

USES=		perl5
USE_PERL5=	configure

MAKE_JOBS_UNSAFE=	yes
NO_ARCH=	yes

.include <bsd.port.mk>