summaryrefslogtreecommitdiff
path: root/mail/pecl-mailparse/Makefile
blob: d3434a6bc6021e03a2f66b0a45aebc164c6b0fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$

PORTNAME=	mailparse
PORTVERSION=	2.1.6
PORTREVISION=	1
CATEGORIES=	mail www
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
DIST_SUBDIR=	PECL

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PECL extension to create and decode MIME messages

LICENSE=	PHP202

BROKEN_powerpc64=	Does not build

USES=		php:ext tar:tgz
USE_PHP=	mbstring:build
IGNORE_WITH_PHP=	70

.include <bsd.port.mk>