aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-15 10:29:45 +0800
committermiwi <miwi@FreeBSD.org>2013-03-15 10:29:45 +0800
commitfc4a26fb227b6991982bb03817910f9ab1d16124 (patch)
tree538f8f98ba265d1284c0c7a586c6ae9ee8f77bf8 /mail
parent684211b6240bb5b0a0e67fe50d50de3d1c5fe67e (diff)
downloadfreebsd-ports-gnome-fc4a26fb227b6991982bb03817910f9ab1d16124.tar.gz
freebsd-ports-gnome-fc4a26fb227b6991982bb03817910f9ab1d16124.tar.zst
freebsd-ports-gnome-fc4a26fb227b6991982bb03817910f9ab1d16124.zip
- Trim header
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'mail')
-rw-r--r--mail/pear-Mail_Mbox/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/mail/pear-Mail_Mbox/Makefile b/mail/pear-Mail_Mbox/Makefile
index fa811d18b242..f20d6da87a32 100644
--- a/mail/pear-Mail_Mbox/Makefile
+++ b/mail/pear-Mail_Mbox/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Mail_Mbox
-# Date created: 27 December 2006
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Mail_Mbox
PORTVERSION= 0.6.3
@@ -13,11 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR Read and modify Unix MBOXes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-FILES= Mail/Mbox.php
-EXAMPLES= demobox mimedecode.php read.php modify.php
-TESTS= AllTests.php Mail_MboxTest.php testbox
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"