mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a0f96c0212
p5-Authen-PAM => 0.09 p5-Chart-PNGgraph => 1.21 p5-FastCGI => 0.52 p5-GD => 1.27 p5-GD-Graph => 1.30 p5-HTML-Stream => 1.45 p5-IMAP-Admin => 1.2.2 p5-IRC => 0.63 p5-Image-Size => 2.901 p5-MIME-Lite => 1.137 p5-MIME-Tools => 4.124 p5-Mail-POP3Client => 2.6 p5-Mail-Tools => 1.1401 p5-MatrixReal => 1.3a5 p5-Net-Whois => 1.9 p5-Parse-RecDescent => 1.78 p5-Proc-Simple => 1.14 p5-Term-ReadKey => 2.14 p5-Text-Template => 1.23 p5-Time => 100.010301 p5-TimeDate => 1.09 p5-Tk => 800.021 p5-XML-Parser => 2.28
40 lines
1.3 KiB
Makefile
40 lines
1.3 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= 4.124
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= MIME
|
|
DISTNAME= MIME-tools-${PORTVERSION}
|
|
|
|
MAINTAINER= eivind@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy
|
|
|
|
USE_PERL5= YES
|
|
|
|
MAN3= MIME::IO.3 MIME::Entity.3 \
|
|
MIME::Decoder::QuotedPrint.3 \
|
|
MIME::Field::ParamVal.3 MIME::ParserBase.3 \
|
|
MIME::Latin1.3 MIME::Field::ContType.3 \
|
|
MIME::Decoder::Gzip64.3 MIME::Decoder::Base64.3 \
|
|
MIME::Decoder::Binary.3 MIME::Parser.3 \
|
|
MIME::Body.3 MIME::Decoder::UU.3 \
|
|
MIME::Words.3 MIME::ToolUtils.3 \
|
|
MIME::Field::ConTraEnc.3 MIME::Tools.3 \
|
|
MIME::Decoder::NBit.3 MIME::Head.3 \
|
|
MIME::Decoder.3 MIME::Field::ContDisp.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|