diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-11-09 13:43:11 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-11-09 13:43:11 +0000 |
commit | 38e15cbcac621157e3484090af4ae6104e725274 (patch) | |
tree | aade512d19d6fe860cf1ede028cfa4eb4cf97a41 /mail/p5-POE-Component-Client-POP3 | |
parent | 8dd2085064f712bfdee98302909f949449ec2c7c (diff) | |
download | ports-38e15cbcac621157e3484090af4ae6104e725274.tar.gz ports-38e15cbcac621157e3484090af4ae6104e725274.zip |
Notes
Diffstat (limited to 'mail/p5-POE-Component-Client-POP3')
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/pkg-descr | 5 |
2 files changed, 3 insertions, 7 deletions
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/ |