diff options
Diffstat (limited to 'mail/p5-Mail-Ezmlm/Makefile')
-rw-r--r-- | mail/p5-Mail-Ezmlm/Makefile | 9 |
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> |