aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Mime/Makefile
blob: c0f9b8541ee2e83156535726b1e182f51fa716e5 (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
# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$

PORTNAME=	Mail_Mime
PORTVERSION=	1.8.6
PORTEPOCH=	2
CATEGORIES=	mail www pear

MAINTAINER=	joehorn@gmail.com
COMMENT=	PEAR classes to create and decode MIME messages

LICENSE=	BSD

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:=	${BUILD_DEPENDS}

FILES=		Mail/mime.php Mail/mimePart.php
SCRIPTFILES=	phail.php

TESTS=		class-filename.phpt encoding_case.phpt \
		headers_with_mbstring.phpt headers_without_mbstring.phpt \
		sleep_wakeup_EOL-bug3488-part1.phpt sleep_wakeup_EOL-bug3488-part2.phpt \
		test_Bug_10596_1.phpt test_Bug_10816_1.phpt test_Bug_11731.phpt \
		test_Bug_12411.phpt test_Bug_13444.phpt test_Bug_13962.phpt \
		test_Bug_14529.phpt test_Bug_14779.phpt test_Bug_14780.phpt \
		test_Bug_15320.phpt test_Bug_17025.phpt test_Bug_17175.phpt \
		test_Bug_18083.phpt test_Bug_3513_1.phpt test_Bug_3513_2.phpt \
		test_Bug_3513_3.phpt test_Bug_7561_1.phpt test_Bug_8386_1.phpt \
		test_Bug_8541_1.phpt test_Bug_9558_1.phpt test_Bug_9722_1.phpt

post-extract:
	${MV} ${WRKSRC}/scripts/phail.php ${WRKSRC}/pear-phail.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>