blob: e4971b516fa66a25d856f4d41add2fa235e29776 (
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
|
# New ports collection makefile for: p5-Net-SMTP-SSL
# Date created: June 22, 2008
# Whom: Wesley Shields <wxs@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-SMTP-SSL
PORTVERSION= 1.01
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wxs@FreeBSD.org
COMMENT= An SMTP client supporting SSL
BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
PERL_CONFIGURE= yes
MAN3= Net::SMTP::SSL.3
.include <bsd.port.mk>
|