freebsd-ports/mail/p5-MIME-Tools/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

65 lines
1.5 KiB
Makefile

# New ports collection makefile for: p5-MIME-Tools
# Date created: April 27th 1998
# Whom: Eivind Eklund <eivind@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= MIME-Tools
PORTVERSION= 5.427
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= MIME-tools-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= A set of perl5 modules for MIME
RUN_DEPENDS= p5-Convert-BinHex>=0:${PORTSDIR}/converters/p5-Convert-BinHex \
p5-IO-stringy>=2.11:${PORTSDIR}/devel/p5-IO-stringy \
p5-Mail-Tools>=1.0203:${PORTSDIR}/mail/p5-Mail-Tools
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
MAN3= MIME::Body.3 \
MIME::Decoder.3 \
MIME::Decoder::Base64.3 \
MIME::Decoder::BinHex.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
.if !defined(NOPORTDOCS)
PORTDOCS= ChangeLog README
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+= p5-File-Temp>=0.18:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>