freebsd-ports/mail/pear-Mail_mimeDecode/Makefile
Martin Wilke f44d161322 Provides a class to deal with the decoding and interpreting of mime messages.
This package used to be part of the Mail_Mime package, but has been split off.

WWW: http://pear.php.net/package/Mail_mimeDecode

PR:		ports/114275
Submitted by:	Zhen REN <bg1tpt at gmail.com>
2007-07-06 08:05:04 +00:00

25 lines
636 B
Makefile

# Ports collection makefile for: pear-Mail_mimeDecode
# Date created: 21 June 2007
# Whom: Zhen REN <bg1tpt@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Mail_mimeDecode
PORTVERSION= 1.5.0
CATEGORIES= mail www pear
DISTNAME= Mail_mimeDecode-${PORTVERSION}
MAINTAINER= bg1tpt@gmail.com
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 <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>