1998-04-28 01:08:37 +02:00
|
|
|
# New ports collection makefile for: p5-MIME-Tools
|
|
|
|
# Date created: April 27th 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Eivind Eklund <eivind@FreeBSD.org>
|
1998-04-28 01:08:37 +02:00
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1998-04-28 01:08:37 +02:00
|
|
|
#
|
|
|
|
|
2000-04-23 14:25:12 +02:00
|
|
|
PORTNAME= p5-MIME-Tools
|
2003-10-28 01:55:25 +01:00
|
|
|
PORTVERSION= 5.411a
|
2004-09-07 11:51:01 +02:00
|
|
|
PORTREVISION= 5
|
2004-09-03 00:33:01 +02:00
|
|
|
PORTEPOCH= 2
|
1998-04-28 01:08:37 +02:00
|
|
|
CATEGORIES= mail perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2003-10-28 01:55:25 +01:00
|
|
|
MASTER_SITE_SUBDIR= MIME
|
|
|
|
DISTNAME= MIME-tools-${PORTVERSION}
|
1998-04-28 01:08:37 +02:00
|
|
|
|
2000-10-16 16:26:20 +02:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 08:48:51 +01:00
|
|
|
COMMENT= A set of perl5 modules for MIME
|
1998-04-28 01:08:37 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
2004-09-03 00:33:01 +02:00
|
|
|
${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \
|
|
|
|
${SITE_PERL}/Convert/BinHex.pm:${PORTSDIR}/converters/p5-Convert-BinHex \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
2001-05-10 04:24:14 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
1998-04-28 01:08:37 +02:00
|
|
|
|
2001-01-08 07:44:24 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2003-10-28 01:55:25 +01:00
|
|
|
WRKSRC= ${WRKDIR}/MIME-tools-5.411
|
1998-04-28 01:08:37 +02:00
|
|
|
|
2001-05-10 04:24:14 +02:00
|
|
|
MAN3= MIME::Body.3 \
|
|
|
|
MIME::Decoder.3 \
|
|
|
|
MIME::Decoder::Base64.3 \
|
|
|
|
MIME::Decoder::Binary.3 \
|
|
|
|
MIME::Decoder::Gzip64.3 \
|
|
|
|
MIME::Decoder::NBit.3 \
|
1998-04-28 01:08:37 +02:00
|
|
|
MIME::Decoder::QuotedPrint.3 \
|
2001-05-10 04:24:14 +02:00
|
|
|
MIME::Decoder::UU.3 \
|
|
|
|
MIME::Entity.3 \
|
|
|
|
MIME::Field::ConTraEnc.3 \
|
|
|
|
MIME::Field::ContDisp.3 \
|
2000-10-16 16:26:20 +02:00
|
|
|
MIME::Field::ContType.3 \
|
2001-05-10 04:24:14 +02:00
|
|
|
MIME::Field::ParamVal.3 \
|
|
|
|
MIME::Head.3 \
|
|
|
|
MIME::Parser.3 \
|
|
|
|
MIME::Parser::Filer.3 \
|
|
|
|
MIME::Parser::Reader.3 \
|
2000-10-16 16:26:20 +02:00
|
|
|
MIME::Parser::Results.3 \
|
2001-05-10 04:24:14 +02:00
|
|
|
MIME::Tools.3 \
|
|
|
|
MIME::WordDecoder.3 \
|
|
|
|
MIME::Words.3
|
1998-04-28 01:08:37 +02:00
|
|
|
|
2003-02-20 17:33:26 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-10-28 01:55:25 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${RM} -f ${WRKSRC}/lib/MIME/Field/ParamVal.pm.orig \
|
2003-11-19 11:00:45 +01:00
|
|
|
${WRKSRC}/lib/MIME/Parser.pm.orig \
|
2003-10-28 01:55:25 +01:00
|
|
|
${WRKSRC}/lib/MIME/Words.pm.orig
|
2003-02-20 17:33:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|