Fix: Patch attached with submission follows:
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Author: lippe Date: Mon Mar 31 23:13:16 2014 New Revision: 349815 URL: http://svnweb.freebsd.org/changeset/ports/349815 QAT: https://qat.redports.org/buildarchive/r349815/ Log: Net::SMTPS - SSL/STARTTLS support for Net::SMTP WWW: http://search.cpan.org/dist/Net-SMTPS/ PR: ports/185428 Submitted by: Alexandre Biancalana <ale@biancalanas.net> Added: head/mail/p5-Net-SMTPS/ head/mail/p5-Net-SMTPS/Makefile (contents, props changed) head/mail/p5-Net-SMTPS/distinfo (contents, props changed) head/mail/p5-Net-SMTPS/pkg-descr (contents, props changed) head/mail/p5-Net-SMTPS/pkg-plist (contents, props changed) Added: head/mail/p5-Net-SMTPS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-SMTPS/Makefile Mon Mar 31 23:13:16 2014 (r349815) @@ -0,0 +1,24 @@ +# Created by: Alexandre Biancalana <ale@biancalanas.net> +# $FreeBSD$ + +PORTNAME= Net-SMTPS +PORTVERSION= 0.03 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ale@biancalanas.net +COMMENT= SSL/STARTTLS support for Net::SMTP + +RUN_DEPENDS= p5-Authen-SASL>=2:${PORTSDIR}/security/p5-Authen-SASL \ + p5-IO-Socket-SSL>=1.9:${PORTSDIR}/security/p5-IO-Socket-SSL +BUILD_DEPENDS:= ${RUN_DEPENDS} + +MAKE_JOBS_UNSAFE= yes +USES= perl5 +USE_PERL5= configure + + +MAN3= Net::SMTPS.3 + +.include <bsd.port.mk> Added: head/mail/p5-Net-SMTPS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-SMTPS/distinfo Mon Mar 31 23:13:16 2014 (r349815) @@ -0,0 +1,2 @@ +SHA256 (Net-SMTPS-0.03.tar.gz) = f8b2f1c2812df87e4a901388df760de913607481747e9a39e495582baeeb0a08 +SIZE (Net-SMTPS-0.03.tar.gz) = 4569 Added: head/mail/p5-Net-SMTPS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-SMTPS/pkg-descr Mon Mar 31 23:13:16 2014 (r349815) @@ -0,0 +1,3 @@ +Net::SMTPS - SSL/STARTTLS support for Net::SMTP + +WWW: http://search.cpan.org/dist/Net-SMTPS/ Added: head/mail/p5-Net-SMTPS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-SMTPS/pkg-plist Mon Mar 31 23:13:16 2014 (r349815) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Net/SMTPS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTPS/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTPS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!