diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-11 00:36:55 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-11 00:36:55 +0000 |
commit | d801ab01b391d47dc15b3060335280281c9faa11 (patch) | |
tree | b42081d5f87e0c6baee534b1e581a3c841c28934 /mail/p5-Net-SMTP-TLS/Makefile | |
parent | 4c809bb373d5a750db5238cafa171b6eeaeb4d5b (diff) | |
download | ports-d801ab01b391d47dc15b3060335280281c9faa11.tar.gz ports-d801ab01b391d47dc15b3060335280281c9faa11.zip |
Notes
Diffstat (limited to 'mail/p5-Net-SMTP-TLS/Makefile')
-rw-r--r-- | mail/p5-Net-SMTP-TLS/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/p5-Net-SMTP-TLS/Makefile b/mail/p5-Net-SMTP-TLS/Makefile new file mode 100644 index 000000000000..02d8b7b4cb5f --- /dev/null +++ b/mail/p5-Net-SMTP-TLS/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Net-SMTP-TLS +# Date created: 2006-07-10 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-SMTP-TLS +PORTVERSION= 0.12 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= An SMTP client supporting TLS and AUTH + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ + ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \ + ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL + +PERL_CONFIGURE= yes + +MAN3= Net::SMTP::TLS.3 + +.include <bsd.port.mk> |