blob: 7b2fcc184e73f687b899f6e3f0d9b715f1051fce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= Net-SMTP-SSL
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= eadler@FreeBSD.org
COMMENT= SMTP client supporting SSL
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
USES= perl5
USE_PERL5= configure
MAN3= Net::SMTP::SSL.3
NO_STAGE= yes
.include <bsd.port.mk>
|