Update to 0.7.10.

Make it work in BATCH mode as well.
Add WWW to pkg-descr.
Fix plist.
Assume maintainership.
This commit is contained in:
Anton Berezin 2001-08-31 12:13:04 +00:00
parent f66ab99fbd
commit f2812618de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47215
4 changed files with 12 additions and 4 deletions

View file

@ -6,21 +6,25 @@
#
PORTNAME= Mail-Sender
PORTVERSION= 0.7.08
PORTVERSION= 0.7.10
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= tobez@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
IS_INTERACTIVE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Mail::Sender.3
.if defined(BATCH)
post-patch:
${PERL} -pi -e 's/res = <STDIN>;/res = "N";/' ${WRKSRC}/Config.PL
.endif
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (Mail-Sender-0.7.08.tar.gz) = 9b32b313c38337c9f348ee5018db7588
MD5 (Mail-Sender-0.7.10.tar.gz) = ee5f635074daa608e1a1169be65539b0

View file

@ -2,5 +2,7 @@ Mail::Sender provides an object oriented interface to sending mails. It
doesn't need any outer program. It connects to a mail server directly
from Perl, using Socket.
WWW: http://search.cpan.org/search?dist=Mail-Sender
- Ben Smithurst
<ben@FreeBSD.org>

View file

@ -1,3 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Mail/Sender.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Sender/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Sender
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true