View | Details | Raw Unified | Return to bug 52283
Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	Mail-POP3Client
8
PORTNAME=	Mail-POP3Client
9
PORTVERSION=	2.9
9
PORTVERSION=	2.14
10
CATEGORIES=	mail perl5
10
CATEGORIES=	mail perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Mail
12
MASTER_SITE_SUBDIR=	Mail
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
DISTNAME=	POP3Client-${PORTVERSION}
15
14
16
MAINTAINER=	demon@FreeBSD.org
15
MAINTAINER=	demon@FreeBSD.org
17
COMMENT=	Perl5 module to talk to a POP3 (RFC1081) server
16
COMMENT=	Perl5 module to talk to a POP3 (RFC1939) server
18
17
19
PERL_CONFIGURE=	YES
18
PERL_CONFIGURE=	YES
20
19
21
MAN3=		Mail::POP3Client.3
20
MAN3=		Mail::POP3Client.3
22
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
23
21
24
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (POP3Client-2.9.tar.gz) = baf932b842bc5e1c8283548fcdb72ab7
1
MD5 (Mail-POP3Client-2.14.tar.gz) = 08aea7bca27b21bac812baca22ec2d14
(-)pkg-descr (-1 / +3 lines)
Lines 1-7 Link Here
1
DESCRIPTION
1
DESCRIPTION
2
2
3
This module implements an Object-Oriented interface to a POP3 server.  It is
3
This module implements an Object-Oriented interface to a POP3 server.  It is
4
based on RFC1081.
4
based on RFC1939.
5
5
6
USAGE
6
USAGE
7
7
Lines 14-16 Link Here
14
for ($i = 1; $i <= $pop->Count; $i++) {
14
for ($i = 1; $i <= $pop->Count; $i++) {
15
	print $pop->Head($i), "\n";
15
	print $pop->Head($i), "\n";
16
}
16
}
17
18
WWW: http://search.cpan.org/dist/Mail-POP3Client/
(-)pkg-plist (-5 / +5 lines)
Lines 1-5 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Mail/POP3Client.pm
1
%%SITE_PERL%%/Mail/POP3Client.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/POP3Client/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/POP3Client/.packlist
3
@unexec rmdir -f %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/POP3Client
4
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/POP3Client
4
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/Mail 2>/dev/null || true

Return to bug 52283