1996-10-24 15:44:51 +02:00
|
|
|
# New ports collection makefile for: p5-Mail-POP3Client
|
|
|
|
# Date created: October 24th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 15:44:51 +02:00
|
|
|
#
|
|
|
|
|
2000-04-15 06:37:10 +02:00
|
|
|
PORTNAME= Mail-POP3Client
|
2009-06-19 13:58:40 +02:00
|
|
|
PORTVERSION= 2.18
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-04-15 06:37:10 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 15:44:51 +02:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-05-15 17:16:43 +02:00
|
|
|
COMMENT= Perl5 module to talk to a POP3 (RFC1939) server
|
1996-10-24 15:44:51 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
1996-10-24 15:44:51 +02:00
|
|
|
|
1996-11-18 09:47:32 +01:00
|
|
|
MAN3= Mail::POP3Client.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|