diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-01-22 06:47:02 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-01-22 06:47:02 +0000 |
commit | cdc51f707984e62965b38bbad0e35cb5fe1bc2c4 (patch) | |
tree | 9dc7ed78ef7ffd4444571d44a37917fa2ef589c0 /mail/p5-Net-POP3-SSLWrapper | |
parent | be21ee8a498eda4921acc37402d72aaaa825399f (diff) | |
download | ports-cdc51f707984e62965b38bbad0e35cb5fe1bc2c4.tar.gz ports-cdc51f707984e62965b38bbad0e35cb5fe1bc2c4.zip |
Notes
Diffstat (limited to 'mail/p5-Net-POP3-SSLWrapper')
-rw-r--r-- | mail/p5-Net-POP3-SSLWrapper/Makefile | 25 | ||||
-rw-r--r-- | mail/p5-Net-POP3-SSLWrapper/distinfo | 3 | ||||
-rw-r--r-- | mail/p5-Net-POP3-SSLWrapper/pkg-descr | 5 | ||||
-rw-r--r-- | mail/p5-Net-POP3-SSLWrapper/pkg-plist | 7 |
4 files changed, 40 insertions, 0 deletions
diff --git a/mail/p5-Net-POP3-SSLWrapper/Makefile b/mail/p5-Net-POP3-SSLWrapper/Makefile new file mode 100644 index 000000000000..cb0ffe58664a --- /dev/null +++ b/mail/p5-Net-POP3-SSLWrapper/Makefile @@ -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> diff --git a/mail/p5-Net-POP3-SSLWrapper/distinfo b/mail/p5-Net-POP3-SSLWrapper/distinfo new file mode 100644 index 000000000000..6a1a5f879c5c --- /dev/null +++ b/mail/p5-Net-POP3-SSLWrapper/distinfo @@ -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 diff --git a/mail/p5-Net-POP3-SSLWrapper/pkg-descr b/mail/p5-Net-POP3-SSLWrapper/pkg-descr new file mode 100644 index 000000000000..f7692b66a4c7 --- /dev/null +++ b/mail/p5-Net-POP3-SSLWrapper/pkg-descr @@ -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/ diff --git a/mail/p5-Net-POP3-SSLWrapper/pkg-plist b/mail/p5-Net-POP3-SSLWrapper/pkg-plist new file mode 100644 index 000000000000..51dd4ded48a2 --- /dev/null +++ b/mail/p5-Net-POP3-SSLWrapper/pkg-plist @@ -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 |