1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3.

You can easy to support POP3S, with very small code change.

PR:		ports/141694
Submitted by:	johnpupu <johnpupu_AT_gmail dot com>
This commit is contained in:
Cheng-Lung Sung 2010-01-22 06:47:02 +00:00
parent be21ee8a49
commit cdc51f7079
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248352
5 changed files with 41 additions and 0 deletions

View File

@ -423,6 +423,7 @@
SUBDIR += p5-Net-IMAP-Simple
SUBDIR += p5-Net-IMAP-Simple-SSL
SUBDIR += p5-Net-ManageSieve
SUBDIR += p5-Net-POP3-SSLWrapper
SUBDIR += p5-Net-QMTP
SUBDIR += p5-Net-SMTP-SSL
SUBDIR += p5-Net-SMTP-Server

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Net-POP3-SSLWrapper
# Date created: 16 December 2009
# Whom: johnpupu <johnpupu@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Net-POP3-SSLWrapper
PORTVERSION= 0.02
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= johnpupu@gmail.com
COMMENT= Perl extension for simple POP3S wrapper for Net::POP3
RUN_DEPENDS= p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-ExtUtils-MakeMaker>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::POP3::SSLWrapper.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Net-POP3-SSLWrapper-0.02.tar.gz) = 1ef50e46ac902290be782004dc306f10
SHA256 (Net-POP3-SSLWrapper-0.02.tar.gz) = 7ba38d76072a6dfbcf7ec7c4056cbad4cc5adf9c5449a477116c57cf6c2c57ad
SIZE (Net-POP3-SSLWrapper-0.02.tar.gz) = 34630

View File

@ -0,0 +1,5 @@
Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3.
You can easy to support POP3S, with very small code change.
WWW: http://search.cpan.org/dist/Net-POP3-SSLWrapper/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Net/POP3/SSLWrapper.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/POP3/SSLWrapper/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/POP3/SSLWrapper
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/POP3
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net/POP3
@dirrmtry %%SITE_PERL%%/Net