2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-07-11 02:36:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-SMTP-TLS
|
|
|
|
PORTVERSION= 0.12
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2006-07-11 02:36:55 +02:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-11 02:36:55 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2014-01-05 17:08:00 +01:00
|
|
|
COMMENT= SMTP client supporting TLS and AUTH
|
2006-07-11 02:36:55 +02:00
|
|
|
|
2014-07-31 12:05:43 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
2008-10-25 18:43:20 +02:00
|
|
|
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
|
|
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
|
2014-07-31 12:05:43 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-07-11 02:36:55 +02:00
|
|
|
|
2013-09-04 07:52:04 +02:00
|
|
|
USE_PERL5= configure
|
2014-07-31 12:05:43 +02:00
|
|
|
USES= perl5
|
2006-07-11 02:36:55 +02:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|