mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
2f31d9527c
Related with `USES=php` so is better to keep them together Reported by: mat
19 lines
348 B
Makefile
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>
|