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

PORTNAME=	mailparse
PORTVERSION=	2.1.6
PORTREVISION=	1
CATEGORIES=	mail www

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

LICENSE=	PHP202

PORTSCOUT=	limit:^2.*

USES=		php:pecl
USE_PHP=	mbstring:build
IGNORE_WITH_PHP=	70 71 72

.include <bsd.port.mk>