1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/mail/p5-Mail-Sender/Makefile
Anton Berezin f2812618de Update to 0.7.10.
Make it work in BATCH mode as well.
Add WWW to pkg-descr.
Fix plist.
Assume maintainership.
2001-08-31 12:13:04 +00:00

31 lines
710 B
Makefile

# New ports collection makefile for: p5-Mail-Sender
# Date created: July 27th 2000
# Whom: Ben Smithurst <ben@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Mail-Sender
PORTVERSION= 0.7.10
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
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
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>