diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-04-28 19:52:57 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-04-28 19:52:57 +0000 |
commit | 2a52dfe8b515f328de01cec6fbd83ea5b444b71c (patch) | |
tree | 6063a83d5061504758bc76461e93733fbdcd6a45 /mail/p5-Mail-ListDetector/Makefile | |
parent | 81bbbcac718ead26cee0c2da97e84cc39ae56a7b (diff) | |
download | ports-2a52dfe8b515f328de01cec6fbd83ea5b444b71c.tar.gz ports-2a52dfe8b515f328de01cec6fbd83ea5b444b71c.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-ListDetector/Makefile')
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index 6595a078312f..16f1c95559c1 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-ListDetector -PORTVERSION= 0.18 +PORTVERSION= 0.20 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -25,11 +25,13 @@ PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::ListDetector.3 \ Mail::ListDetector::Detector::Base.3 \ + Mail::ListDetector::Detector::Ecartis.3 \ Mail::ListDetector::Detector::Ezmlm.3 \ Mail::ListDetector::Detector::Listar.3 \ Mail::ListDetector::Detector::Mailman.3 \ Mail::ListDetector::Detector::Majordomo.3 \ Mail::ListDetector::Detector::RFC2369.3 \ + Mail::ListDetector::Detector::RFC2919.3 \ Mail::ListDetector::Detector::Smartlist.3 \ Mail::ListDetector::Detector::Yahoogroups.3 \ Mail::ListDetector::List.3 |