1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add p5-Mail-Ezmlm, a perl module that provides object methods for ezmlm

mailing lists.

PR:		20443
Submitted by:	Guy Antony Halse <guy@rucus.ru.za.za>
This commit is contained in:
Will Andrews 2000-08-09 19:09:03 +00:00
parent 5d20bc5108
commit af0a37232f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31456
7 changed files with 85 additions and 0 deletions

View File

@ -73,6 +73,7 @@
SUBDIR += p5-MIME-Lite
SUBDIR += p5-MIME-Tools
SUBDIR += p5-Mail-CClient
SUBDIR += p5-Mail-Ezmlm
SUBDIR += p5-Mail-Folder
SUBDIR += p5-Mail-POP3Client
SUBDIR += p5-Mail-Sender

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: Mail::Ezmlm
# Date Created: 18 May 2000
# Whom: Guy Antony Halse <guy@rucus.ru.za.za>
#
# $FreeBSD$
#
PORTNAME= Mail-Ezmlm
PORTVERSION= 0.02.1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
DISTNAME= Ezmlm-${PORTVERSION}
MAINTAINER= guy-ezmlm@rucus.ru.ac.za
BUILD_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx
EZMLM_DIR?= ${LOCALBASE}
USE_PERL5= YES
MAN3= Mail::Ezmlm.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
# For this version, since it is a bugfix
WRKSRC= ${WRKDIR}/Ezmlm-0.02
do-configure:
.if defined(BATCH)
@cd ${WRKSRC}; ${SETENV} BSD_BATCH_INSTALL=yes ${PERL5} Makefile.PL
.else
@cd ${WRKSRC}; ${PERL5} Makefile.PL
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Ezmlm-0.02.1.tar.gz) = 67376e3106b13d5a52969bd631a4ba9e

View File

@ -0,0 +1,19 @@
--- Makefile.PL.orig Wed Jan 26 08:08:01 2000
+++ Makefile.PL Thu May 18 14:00:48 2000
@@ -1,4 +1,7 @@
# $Id: Makefile.PL,v 1.1 2000/01/26 06:07:42 guy Exp $
+#
+# Modified for FreeBSD Ports BATCH mode
+#
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
@@ -14,6 +17,8 @@
sub set_paths {
my($qmail_path, $ezmlm_path);
+
+ return if $ENV{BSD_BATCH_INSTALL};
print << 'EOM';

View File

@ -0,0 +1 @@
Perl module to allow object methods for ezmlm-idx mailing lists

View File

@ -0,0 +1,24 @@
$Id: README,v 1.1 2000/01/26 06:08:13 guy Exp $
Ezmlm.pm
Object methods for ezmlm mailing lists.
This software is beta release. As such, please treat it with the appropriate
amount of caution. Let me know if you find any bugs, etc.
The main reason for release is to sort of 'test the waters' ... Does anyone
apart from me think this is a good idea??
Install by doing the following ...
# perl Makefile.PL
# make test
# make install
One thing. For some reason MakeMaker doesn't like symlinks. Please make sure
you use the full cantonical path for the qmail and ezmlm binaries.
Documentation is in pod format. Please run perldoc Mail::Ezmlm after you have
installed it.
- Guy Antony Halse <guy-ezmlm@rucus.ru.ac.za>

View File

@ -0,0 +1,3 @@
lib/perl5/site_perl/%%PERL_VER%%/Mail/Ezmlm.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Ezmlm/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Ezmlm