freebsd-ports/mail/pear-Mail_mimeDecode/Makefile
Pav Lucistnik ac5354468f - Update to 1.5.5
PR:		ports/152776
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2010-12-02 15:00:37 +00:00

28 lines
712 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.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>