1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/mail/pecl-mailparse/Makefile
Danilo G. Baio 2f31d9527c Fix order of IGNORE_WITH_PHP variable
Related with `USES=php` so is better to keep them together

Reported by:	mat
2018-03-20 02:20:07 +00:00

19 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>