aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-Sender/Makefile
blob: 104773e8203a73c4fbe6a53acf467bca7e5d3db6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Ben Smithurst <ben@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Mail-Sender
PORTVERSION=    0.8.22
CATEGORIES= mail perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= tobez@FreeBSD.org
COMMENT=    Module for sending mails with attachments through an SMTP server

PERL_CONFIGURE= yes

MAN3=       Mail::Sender.3

post-patch:
.if defined(BATCH)
    @${PERL} -pi -e 's/res = <STDIN>;/res = "N";/' ${WRKSRC}/Config.PL
.endif

.include <bsd.port.mk>