2013-02-01 11:38:08 +01:00
|
|
|
# Created by: Eivind Eklund <eivind@FreeBSD.org>
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1998-04-28 01:08:37 +02:00
|
|
|
|
2008-03-31 14:10:31 +02:00
|
|
|
PORTNAME= MIME-Tools
|
2013-02-01 11:38:08 +01:00
|
|
|
PORTVERSION= 5.504
|
2004-10-12 18:37:29 +02:00
|
|
|
PORTEPOCH= 2
|
1998-04-28 01:08:37 +02:00
|
|
|
CATEGORIES= mail perl5
|
2008-03-31 14:10:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-03-09 20:28:31 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:DSKOLL
|
2008-03-31 14:10:31 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2008-07-06 19:53:42 +02:00
|
|
|
DISTNAME= MIME-tools-${PORTVERSION}
|
1998-04-28 01:08:37 +02:00
|
|
|
|
2004-10-13 01:19:42 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Set of perl5 modules for MIME
|
1998-04-28 01:08:37 +02:00
|
|
|
|
2012-06-09 12:55:30 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Convert-BinHex>=0:${PORTSDIR}/converters/p5-Convert-BinHex \
|
2009-05-02 18:49:41 +02:00
|
|
|
p5-IO-stringy>=2.11:${PORTSDIR}/devel/p5-IO-stringy \
|
|
|
|
p5-Mail-Tools>=1.0203:${PORTSDIR}/mail/p5-Mail-Tools
|
2012-06-09 12:55:30 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-12-20 06:01:12 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
1998-04-28 01:08:37 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2013-09-22 20:05:04 +02:00
|
|
|
NO_STAGE= yes
|
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 \
|
2004-09-21 20:02:23 +02:00
|
|
|
MIME::Decoder::BinHex.3 \
|
2001-05-10 04:24:14 +02:00
|
|
|
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
|
|
|
|
2005-01-08 11:44:27 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= ChangeLog README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2013-10-22 18:57:44 +02:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
2005-01-08 11:44:27 +01:00
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
2006-03-24 13:01:40 +01: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 15:45:49 +01:00
|
|
|
.include <bsd.port.mk>
|