2013-03-15 02:29:45 +00:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2006-12-26 20:50:32 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Mail_Mbox
|
2009-12-13 00:20:53 +00:00
|
|
|
PORTVERSION= 0.6.3
|
2006-12-26 20:50:32 +00:00
|
|
|
CATEGORIES= mail www pear
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= PEAR Read and modify Unix MBOXes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-15 02:29:45 +00:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2006-12-26 20:50:32 +00:00
|
|
|
|
2013-03-15 02:29:45 +00:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2006-12-26 20:50:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|