# Ports collection makefile for: pear-Mail_mimeDecode # Date created: 21 June 2007 # Whom: Zhen REN # # $FreeBSD$ # PORTNAME= Mail_mimeDecode PORTVERSION= 1.5.0 CATEGORIES= mail www pear DISTNAME= Mail_mimeDecode-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Provides a class to decode mime messages BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Mail FILES= mimeDecode.php TESTS= parse_header_value.phpt semicolon_content_type_bug1724.phpt .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include