freebsd-ports/mail/pecl-mailparse/Makefile
2021-04-06 16:31:07 +02:00

16 lines
316 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
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>