freebsd-ports/mail/p5-MIME-Tools/Makefile
Jun Kuriyama ef558b6fbf Apply security related patches.
PR:		ports/59457
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de>
2003-11-19 10:00:45 +00:00

61 lines
1.4 KiB
Makefile

# New ports collection makefile for: p5-MIME-Tools
# Date created: April 27th 1998
# Whom: Eivind Eklund <eivind@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= p5-MIME-Tools
PORTVERSION= 5.411a
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MIME
DISTNAME= MIME-tools-${PORTVERSION}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= A set of perl5 modules for MIME
BUILD_DEPENDS= ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
WRKSRC= ${WRKDIR}/MIME-tools-5.411
MAN3= MIME::Body.3 \
MIME::Decoder.3 \
MIME::Decoder::Base64.3 \
MIME::Decoder::Binary.3 \
MIME::Decoder::Gzip64.3 \
MIME::Decoder::NBit.3 \
MIME::Decoder::QuotedPrint.3 \
MIME::Decoder::UU.3 \
MIME::Entity.3 \
MIME::Field::ConTraEnc.3 \
MIME::Field::ContDisp.3 \
MIME::Field::ContType.3 \
MIME::Field::ParamVal.3 \
MIME::Head.3 \
MIME::Parser.3 \
MIME::Parser::Filer.3 \
MIME::Parser::Reader.3 \
MIME::Parser::Results.3 \
MIME::Tools.3 \
MIME::WordDecoder.3 \
MIME::Words.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif
post-patch:
@${RM} -f ${WRKSRC}/lib/MIME/Field/ParamVal.pm.orig \
${WRKSRC}/lib/MIME/Parser.pm.orig \
${WRKSRC}/lib/MIME/Words.pm.orig
.include <bsd.port.post.mk>