1998-04-27 19:08:37 -04:00
|
|
|
# New ports collection makefile for: p5-MIME-Tools
|
|
|
|
# Date created: April 27th 1998
|
1999-08-31 02:53:31 -04:00
|
|
|
# Whom: Eivind Eklund <eivind@FreeBSD.org>
|
1998-04-27 19:08:37 -04:00
|
|
|
#
|
1999-08-25 02:51:17 -04:00
|
|
|
# $FreeBSD$
|
1998-04-27 19:08:37 -04:00
|
|
|
#
|
|
|
|
|
2000-04-23 08:25:12 -04:00
|
|
|
PORTNAME= p5-MIME-Tools
|
2001-02-05 10:11:27 -05:00
|
|
|
PORTVERSION= 5.409
|
1998-04-27 19:08:37 -04:00
|
|
|
CATEGORIES= mail perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= MIME
|
2000-04-15 00:37:10 -04:00
|
|
|
DISTNAME= MIME-tools-${PORTVERSION}
|
1998-04-27 19:08:37 -04:00
|
|
|
|
2000-10-16 10:26:20 -04:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
1998-04-27 19:08:37 -04:00
|
|
|
|
2000-03-30 16:12:19 -05:00
|
|
|
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
|
1998-04-27 19:08:37 -04:00
|
|
|
|
2001-01-08 01:44:24 -05:00
|
|
|
PERL_CONFIGURE= YES
|
1998-04-27 19:08:37 -04:00
|
|
|
|
2000-10-16 10:26:20 -04:00
|
|
|
MAN3= MIME::Entity.3 \
|
1998-04-27 19:08:37 -04:00
|
|
|
MIME::Decoder::QuotedPrint.3 \
|
2000-10-16 10:26:20 -04:00
|
|
|
MIME::Field::ParamVal.3 \
|
|
|
|
MIME::Field::ContType.3 \
|
1998-04-27 19:08:37 -04:00
|
|
|
MIME::Decoder::Gzip64.3 MIME::Decoder::Base64.3 \
|
|
|
|
MIME::Decoder::Binary.3 MIME::Parser.3 \
|
2000-10-16 10:26:20 -04:00
|
|
|
MIME::Parser::Filer.3 MIME::Parser::Reader.3 \
|
|
|
|
MIME::Parser::Results.3 \
|
1998-04-27 19:08:37 -04:00
|
|
|
MIME::Body.3 MIME::Decoder::UU.3 \
|
2000-11-22 23:02:49 -05:00
|
|
|
MIME::WordDecoder.3 MIME::Words.3 \
|
1998-04-27 19:08:37 -04:00
|
|
|
MIME::Field::ConTraEnc.3 MIME::Tools.3 \
|
|
|
|
MIME::Decoder::NBit.3 MIME::Head.3 \
|
|
|
|
MIME::Decoder.3 MIME::Field::ContDisp.3
|
1998-08-22 22:57:11 -04:00
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
1998-04-27 19:08:37 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|