blob: c0cbcfb99bb454ab07f26492b8188d4e02caa135 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
# New ports collection makefile for: p5-MIME-Tools
# Date created: April 27th 1998
# Whom: Eivind Eklund <eivind@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= MIME-Tools
PORTVERSION= 5.502
PORTEPOCH= 2
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DSKOLL
PKGNAMEPREFIX= p5-
DISTNAME= MIME-tools-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
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}
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
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>
|