summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 01:21:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 01:21:30 +0000
commit0b4cb62395290761b1f5001d7d35898b172eddf0 (patch)
tree6e2c8e81c785820aad9b6b9afb4312ea7de12f75 /mail
parent- adopt optionsNG (diff)
- Convert to PEAR_AUTOINSTALL
Notes
Notes: svn path=/head/; revision=314210
Diffstat (limited to 'mail')
-rw-r--r--mail/pear-Mail_Mime/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile
index c0f9b8541ee2..f02c817921b4 100644
--- a/mail/pear-Mail_Mime/Makefile
+++ b/mail/pear-Mail_Mime/Makefile
@@ -12,21 +12,9 @@ COMMENT= PEAR classes to create and decode MIME messages
LICENSE= BSD
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-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
+PEAR_AUTOINSTALL= yes
post-extract:
${MV} ${WRKSRC}/scripts/phail.php ${WRKSRC}/pear-phail.php