Date: Thu, 31 Jul 2014 10:05:43 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363559 - head/mail/p5-Net-SMTP-TLS Message-ID: <201407311005.s6VA5hg5096980@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 31 10:05:43 2014 New Revision: 363559 URL: http://svnweb.freebsd.org/changeset/ports/363559 QAT: https://qat.redports.org/buildarchive/r363559/ Log: - Add LICENSE - Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr Modified: head/mail/p5-Net-SMTP-TLS/Makefile head/mail/p5-Net-SMTP-TLS/pkg-descr head/mail/p5-Net-SMTP-TLS/pkg-plist Modified: head/mail/p5-Net-SMTP-TLS/Makefile ============================================================================== --- head/mail/p5-Net-SMTP-TLS/Makefile Thu Jul 31 10:05:37 2014 (r363558) +++ head/mail/p5-Net-SMTP-TLS/Makefile Thu Jul 31 10:05:43 2014 (r363559) @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= SMTP client supporting TLS and AUTH -RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/mail/p5-Net-SMTP-TLS/pkg-descr ============================================================================== --- head/mail/p5-Net-SMTP-TLS/pkg-descr Thu Jul 31 10:05:37 2014 (r363558) +++ head/mail/p5-Net-SMTP-TLS/pkg-descr Thu Jul 31 10:05:43 2014 (r363559) @@ -1,6 +1,6 @@ -Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an -interface that users will find familiar from Net::SMTP. Net::SMTP::TLS -implements a subset of the methods provided by that module, but -certainly not (yet) a complete mirror image of that API. +Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface +that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset +of the methods provided by that module, but certainly not (yet) a complete +mirror image of that API. WWW: http://search.cpan.org/dist/Net-SMTP-TLS/ Modified: head/mail/p5-Net-SMTP-TLS/pkg-plist ============================================================================== --- head/mail/p5-Net-SMTP-TLS/pkg-plist Thu Jul 31 10:05:37 2014 (r363558) +++ head/mail/p5-Net-SMTP-TLS/pkg-plist Thu Jul 31 10:05:43 2014 (r363559) @@ -1,5 +1,5 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS/.packlist %%SITE_PERL%%/Net/SMTP/TLS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS/.packlist %%PERL5_MAN3%%/Net::SMTP::TLS.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311005.s6VA5hg5096980>