diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:21:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:21:30 +0000 |
commit | 0b4cb62395290761b1f5001d7d35898b172eddf0 (patch) | |
tree | 6e2c8e81c785820aad9b6b9afb4312ea7de12f75 /mail | |
parent | 58a6d759f61f53747aaaba3d9f38340005a9f47e (diff) | |
download | ports-0b4cb62395290761b1f5001d7d35898b172eddf0.tar.gz ports-0b4cb62395290761b1f5001d7d35898b172eddf0.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Mail_Mime/Makefile | 16 |
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 |