mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
29 lines
713 B
Makefile
29 lines
713 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>
|