diff options
author | az <az@FreeBSD.org> | 2014-01-06 00:33:44 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-06 00:33:44 +0800 |
commit | cead7604d74d4e0eba680f3d6bc9d179ea41555c (patch) | |
tree | f6b9f1686e2aa7f145bfb8e220b5a1b7cc097532 /mail/p5-Mail-POP3Client | |
parent | 3f064a8fb1a72d5203d556eb3beea77cdccb3834 (diff) | |
download | freebsd-ports-gnome-cead7604d74d4e0eba680f3d6bc9d179ea41555c.tar.gz freebsd-ports-gnome-cead7604d74d4e0eba680f3d6bc9d179ea41555c.tar.zst freebsd-ports-gnome-cead7604d74d4e0eba680f3d6bc9d179ea41555c.zip |
- support stage
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'mail/p5-Mail-POP3Client')
-rw-r--r-- | mail/p5-Mail-POP3Client/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-POP3Client/pkg-descr | 16 | ||||
-rw-r--r-- | mail/p5-Mail-POP3Client/pkg-plist | 1 |
3 files changed, 2 insertions, 18 deletions
diff --git a/mail/p5-Mail-POP3Client/Makefile b/mail/p5-Mail-POP3Client/Makefile index 888a119dacd1..a6f3e2d84d30 100644 --- a/mail/p5-Mail-POP3Client/Makefile +++ b/mail/p5-Mail-POP3Client/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl5 module to talk to a POP3 (RFC1939) server USES= perl5 USE_PERL5= configure -MAN3= Mail::POP3Client.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/mail/p5-Mail-POP3Client/pkg-descr b/mail/p5-Mail-POP3Client/pkg-descr index 76646836f8de..7fbfadf10f89 100644 --- a/mail/p5-Mail-POP3Client/pkg-descr +++ b/mail/p5-Mail-POP3Client/pkg-descr @@ -1,18 +1,4 @@ -DESCRIPTION - -This module implements an Object-Oriented interface to a POP3 server. It is +This module implements an Object-Oriented interface to a POP3 server. It is based on RFC1939. -USAGE - -Here is a simple example to list out the headers in your remote mailbox: - -#!/usr/bin/perl - -use Mail::POP3Client; -$pop = new Mail::POP3Client("me", "mypassword", "pop3.do.main"); -for ($i = 1; $i <= $pop->Count; $i++) { - print $pop->Head($i), "\n"; -} - WWW: http://search.cpan.org/dist/Mail-POP3Client/ diff --git a/mail/p5-Mail-POP3Client/pkg-plist b/mail/p5-Mail-POP3Client/pkg-plist index 82845503e756..a89dcb3c84c1 100644 --- a/mail/p5-Mail-POP3Client/pkg-plist +++ b/mail/p5-Mail-POP3Client/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Mail/POP3Client.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/POP3Client/.packlist +%%PERL5_MAN3%%/Mail::POP3Client.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/POP3Client @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail @dirrmtry %%SITE_PERL%%/Mail |