forked from Lainports/opnsense-ports
20 lines
361 B
Makefile
20 lines
361 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mailparse
|
|
PORTVERSION= 2.1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail www
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= PECL extension to create and decode MIME messages
|
|
|
|
LICENSE= PHP202
|
|
|
|
USES= php:pecl
|
|
USE_PHP= mbstring:build
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
PORTSCOUT= limit:^2.*
|
|
|
|
.include <bsd.port.mk>
|