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

PORTNAME=	mailparse
PORTVERSION=	3.1.1
CATEGORIES=	mail www

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

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		php:pecl
USE_PHP=	mbstring:build

.include <bsd.port.mk>