aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Ezmlm/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-21 21:04:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-21 21:04:38 +0000
commitc03c8e15eda8413041e8fca0ba7423c3c4ac44f8 (patch)
tree59d04f3d722dd3687aaecf39b9d42eb4f71dfcd5 /mail/p5-Mail-Ezmlm/Makefile
parent8b3782b30ac3a4dd24e2080e200168b07bb1f1ef (diff)
downloadports-c03c8e15eda8413041e8fca0ba7423c3c4ac44f8.tar.gz
ports-c03c8e15eda8413041e8fca0ba7423c3c4ac44f8.zip
- Update to 0.08.2
- Pass maintainership to submitter PR: 128762 Submitted by: Dennis Herrmann <adox@mcx2.org>
Notes
Notes: svn path=/head/; revision=223161
Diffstat (limited to 'mail/p5-Mail-Ezmlm/Makefile')
-rw-r--r--mail/p5-Mail-Ezmlm/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile
index ec7662928467..f06cbf3b6d75 100644
--- a/mail/p5-Mail-Ezmlm/Makefile
+++ b/mail/p5-Mail-Ezmlm/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME= Mail-Ezmlm
-PORTVERSION= 0.07.2
+PORTVERSION= 0.08.2
CATEGORIES= mail perl5
-MASTER_SITES= CPAN \
- ftp://ftp.rucus.ru.ac.za/users/guy/ezmlm/
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= Ezmlm-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= adox@mcx2.org
COMMENT= Perl module to allow object methods for ezmlm-idx mailing lists
BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx
@@ -26,6 +25,6 @@ PERL_CONFIGURE= yes
CONFIGURE_ENV= BSD_BATCH_INSTALL=yes
.endif
-MAN3= Mail::Ezmlm.3
+MAN3= Mail::Ezmlm.3 Mail::Ezmlm::GpgKeyRing.3 Mail::Ezmlm::GpgEzmlm.3
.include <bsd.port.mk>