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 -# +# Created by: Martin Wilke # $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 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"