1998-04-27 23:08:37 +00:00
|
|
|
# New ports collection makefile for: p5-MIME-Tools
|
|
|
|
# Date created: April 27th 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Eivind Eklund <eivind@FreeBSD.org>
|
1998-04-27 23:08:37 +00:00
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1998-04-27 23:08:37 +00:00
|
|
|
#
|
|
|
|
|
2008-03-31 12:10:31 +00:00
|
|
|
PORTNAME= MIME-Tools
|
2010-04-23 10:52:07 +00:00
|
|
|
PORTVERSION= 5.428
|
2004-10-12 16:37:29 +00:00
|
|
|
PORTEPOCH= 2
|
1998-04-27 23:08:37 +00:00
|
|
|
CATEGORIES= mail perl5
|
2008-03-31 12:10:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2008-07-06 17:53:42 +00:00
|
|
|
DISTNAME= MIME-tools-${PORTVERSION}
|
1998-04-27 23:08:37 +00:00
|
|
|
|
2004-10-12 23:19:42 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-22 07:48:51 +00:00
|
|
|
COMMENT= A set of perl5 modules for MIME
|
1998-04-27 23:08:37 +00:00
|
|
|
|
2009-05-02 16:49:41 +00:00
|
|
|
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}
|
1998-04-27 23:08:37 +00:00
|
|
|
|
2001-01-08 06:44:24 +00:00
|
|
|
PERL_CONFIGURE= YES
|
1998-04-27 23:08:37 +00:00
|
|
|
|
2001-05-10 02:24:14 +00:00
|
|
|
MAN3= MIME::Body.3 \
|
|
|
|
MIME::Decoder.3 \
|
|
|
|
MIME::Decoder::Base64.3 \
|
2004-09-21 18:02:23 +00:00
|
|
|
MIME::Decoder::BinHex.3 \
|
2001-05-10 02:24:14 +00:00
|
|
|
MIME::Decoder::Binary.3 \
|
|
|
|
MIME::Decoder::Gzip64.3 \
|
|
|
|
MIME::Decoder::NBit.3 \
|
1998-04-27 23:08:37 +00:00
|
|
|
MIME::Decoder::QuotedPrint.3 \
|
2001-05-10 02:24:14 +00:00
|
|
|
MIME::Decoder::UU.3 \
|
|
|
|
MIME::Entity.3 \
|
|
|
|
MIME::Field::ConTraEnc.3 \
|
|
|
|
MIME::Field::ContDisp.3 \
|
2000-10-16 14:26:20 +00:00
|
|
|
MIME::Field::ContType.3 \
|
2001-05-10 02:24:14 +00:00
|
|
|
MIME::Field::ParamVal.3 \
|
|
|
|
MIME::Head.3 \
|
|
|
|
MIME::Parser.3 \
|
|
|
|
MIME::Parser::Filer.3 \
|
|
|
|
MIME::Parser::Reader.3 \
|
2000-10-16 14:26:20 +00:00
|
|
|
MIME::Parser::Results.3 \
|
2001-05-10 02:24:14 +00:00
|
|
|
MIME::Tools.3 \
|
|
|
|
MIME::WordDecoder.3 \
|
|
|
|
MIME::Words.3
|
1998-04-27 23:08:37 +00:00
|
|
|
|
2005-01-08 10:44:27 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= ChangeLog README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
2006-03-24 12:01:40 +00:00
|
|
|
.endif
|
|
|
|
|
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 14:45:49 +00:00
|
|
|
.include <bsd.port.mk>
|