svn commit: r314229 - head/mail/pear-Mail_Mbox
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 02:29:46 UTC 2013
Author: miwi
Date: Fri Mar 15 02:29:45 2013
New Revision: 314229
URL: http://svnweb.freebsd.org/changeset/ports/314229
Log:
- Trim header
- Convert to PEAR_AUTOINSTALL
Modified:
head/mail/pear-Mail_Mbox/Makefile (contents, props changed)
Modified: head/mail/pear-Mail_Mbox/Makefile
==============================================================================
--- head/mail/pear-Mail_Mbox/Makefile Fri Mar 15 02:27:30 2013 (r314228)
+++ head/mail/pear-Mail_Mbox/Makefile Fri Mar 15 02:29:45 2013 (r314229)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Mail_Mbox
-# Date created: 27 December 2006
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Mail_Mbox
PORTVERSION= 0.6.3
@@ -13,11 +9,9 @@ MAINTAINER= miwi at 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"
More information about the svn-ports-all
mailing list