summaryrefslogtreecommitdiff
path: root/mail/pear-Mail_mimeDecode/Makefile
blob: 032d49408ab8466abfefe1e550065933ea8f361a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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.5
CATEGORIES=	mail www pear
DISTNAME=	Mail_mimeDecode-${PORTVERSION}

MAINTAINER=	joehorn@gmail.com
COMMENT=	Provides a class to decode mime messages

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
RUN_DEPENDS:=	${BUILD_DEPENDS}

LICENSE=	BSD

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>