freebsd-ports/mail/p5-MIME-Tools/Makefile

62 lines
1.4 KiB
Makefile
Raw Normal View History

# Created by: Eivind Eklund <eivind@FreeBSD.org>
1999-08-25 08:51:17 +02:00
# $FreeBSD$
PORTNAME= MIME-Tools
PORTVERSION= 5.504
PORTEPOCH= 2
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DSKOLL
PKGNAMEPREFIX= p5-
2008-07-06 19:53:42 +02:00
DISTNAME= MIME-tools-${PORTVERSION}
2004-10-13 01:19:42 +02:00
MAINTAINER= perl@FreeBSD.org
COMMENT= Set of perl5 modules for MIME
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_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
RUN_DEPENDS:= ${BUILD_DEPENDS}
2011-12-20 06:01:12 +01:00
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
USES= perl5
USE_PERL5= configure
2013-09-22 20:05:04 +02:00
NO_STAGE= 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>