1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/mail/p5-MIME-Tools/Makefile

59 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: p5-MIME-Tools
# Date created: April 27th 1998
# Whom: Eivind Eklund <eivind@FreeBSD.org>
#
1999-08-25 06:51:17 +00:00
# $FreeBSD$
#
PORTNAME= MIME-Tools
2010-04-23 10:52:07 +00:00
PORTVERSION= 5.428
PORTEPOCH= 2
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2008-07-06 17:53:42 +00:00
DISTNAME= MIME-tools-${PORTVERSION}
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
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}
2001-01-08 06:44:24 +00:00
PERL_CONFIGURE= YES
MAN3= MIME::Body.3 \
MIME::Decoder.3 \
MIME::Decoder::Base64.3 \
MIME::Decoder::BinHex.3 \
MIME::Decoder::Binary.3 \
MIME::Decoder::Gzip64.3 \
MIME::Decoder::NBit.3 \
MIME::Decoder::QuotedPrint.3 \
MIME::Decoder::UU.3 \
MIME::Entity.3 \
MIME::Field::ConTraEnc.3 \
MIME::Field::ContDisp.3 \
MIME::Field::ContType.3 \
MIME::Field::ParamVal.3 \
MIME::Head.3 \
MIME::Parser.3 \
MIME::Parser::Filer.3 \
MIME::Parser::Reader.3 \
MIME::Parser::Results.3 \
MIME::Tools.3 \
MIME::WordDecoder.3 \
MIME::Words.3
.if !defined(NOPORTDOCS)
PORTDOCS= ChangeLog README
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>