mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
1d7e0541a4
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
22 lines
378 B
Makefile
22 lines
378 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mailparse
|
|
PORTVERSION= 2.1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail www
|
|
PKGNAMESUFFIX= 2
|
|
|
|
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>
|