2002-11-17 06:03:54 +01:00
|
|
|
# Ports collection makefile for: pear-Mail_Mime
|
|
|
|
# Date created: 24 October 2002
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Mail_Mime
|
2010-12-02 15:58:48 +01:00
|
|
|
PORTVERSION= 1.8.1
|
2008-12-22 22:15:09 +01:00
|
|
|
PORTEPOCH= 2
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= mail www pear
|
2002-11-17 06:03:54 +01:00
|
|
|
|
2010-08-15 10:42:42 +02:00
|
|
|
MAINTAINER= joehorn@gmail.com
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= PEAR classes to create and decode MIME messages
|
2002-11-17 06:03:54 +01:00
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.
Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve
PR: ports/52596, ports/52641, ports/52655, ports/52656,
ports/52671, ports/52678, ports/52845
Submitted by: Thierry Thomas <thierry@pompo.net>
2003-06-08 01:00:46 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2002-11-17 06:03:54 +01:00
|
|
|
|
2010-12-02 15:58:48 +01:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= Mail
|
2007-07-06 10:03:10 +02:00
|
|
|
FILES= mime.php mimePart.php
|
2005-04-04 17:58:10 +02:00
|
|
|
DATA= xmail.dtd xmail.xsl
|
|
|
|
_DATADIR= .
|
2007-07-06 10:03:10 +02:00
|
|
|
SCRIPTFILES= phail.php
|
2010-07-10 02:20:20 +02:00
|
|
|
|
2010-08-15 10:42:42 +02:00
|
|
|
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 \
|
2010-12-02 15:58:48 +01:00
|
|
|
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
|
2007-07-06 10:03:10 +02:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${MV} ${WRKSRC}/scripts/phail.php ${WRKSRC}/pear-phail.php
|
2002-11-17 06:03:54 +01:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2002-11-17 06:03:54 +01:00
|
|
|
.include <bsd.port.post.mk>
|