aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-11-09 13:43:11 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-11-09 13:43:11 +0000
commit38e15cbcac621157e3484090af4ae6104e725274 (patch)
treeaade512d19d6fe860cf1ede028cfa4eb4cf97a41 /mail
parent8dd2085064f712bfdee98302909f949449ec2c7c (diff)
downloadports-38e15cbcac621157e3484090af4ae6104e725274.tar.gz
ports-38e15cbcac621157e3484090af4ae6104e725274.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/p5-POE-Component-Client-POP3/Makefile5
-rw-r--r--mail/p5-POE-Component-Client-POP3/pkg-descr5
3 files changed, 4 insertions, 7 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 27ecba56f1dc..ea9e9db9af54 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -289,6 +289,7 @@
SUBDIR += p5-Net-QMTP
SUBDIR += p5-Net-SMTP-Server
SUBDIR += p5-Net-Server-Mail
+ SUBDIR += p5-POE-Component-Client-POP3
SUBDIR += p5-POE-Component-SMTP
SUBDIR += p5-Qmail-Envelope
SUBDIR += p5-Sendmail-Milter
diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile
index 674ac5fce79a..c377a3088e40 100644
--- a/mail/p5-POE-Component-Client-POP3/Makefile
+++ b/mail/p5-POE-Component-Client-POP3/Makefile
@@ -7,18 +7,17 @@
PORTNAME= POE-Component-Client-POP3
PORTVERSION= 0.02
-CATEGORIES= devel perl5
+CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
-COMMENT= Impliment a POP3 client POE component
+COMMENT= Implement a POP3 client POE component
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
-PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
PERL_CONFIGURE= yes
MAN3= POE::Component::Client::POP3.3
diff --git a/mail/p5-POE-Component-Client-POP3/pkg-descr b/mail/p5-POE-Component-Client-POP3/pkg-descr
index 8d4662304ba0..a23abdac54c1 100644
--- a/mail/p5-POE-Component-Client-POP3/pkg-descr
+++ b/mail/p5-POE-Component-Client-POP3/pkg-descr
@@ -3,7 +3,4 @@ POP3 server. This means it is an event driven way to communicate with a
server that impliments Post Office Protocol Version 3 see rfc 1939 for
details on the protocol.
-WWW: http://search.cpan.org/search?dist=POE-Component-Client-POP3
-
--- Sergey Skvortsov
-skv@FreeBSD.org
+WWW: http://search.cpan.org/dist/POE-Component-Client-POP3/