f8cc2c102f
Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
18 lines
348 B
Makefile
18 lines
348 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mailparse
|
|
PORTVERSION= 3.0.2
|
|
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
|
|
IGNORE_WITH_PHP= 56
|
|
|
|
.include <bsd.port.mk>
|