2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
2003-02-24 06:51:29 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mailparse
|
2017-03-19 01:33:23 +01:00
|
|
|
PORTVERSION= 3.0.2
|
2005-03-02 22:19:36 +01:00
|
|
|
CATEGORIES= mail www
|
2003-02-24 06:51:29 +01:00
|
|
|
|
2017-05-08 19:21:49 +02:00
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
2004-07-30 21:53:01 +02:00
|
|
|
COMMENT= PECL extension to create and decode MIME messages
|
2003-02-24 06:51:29 +01:00
|
|
|
|
2017-03-19 01:33:23 +01:00
|
|
|
LICENSE= PHP301
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2016-10-17 10:37:32 +02:00
|
|
|
|
2017-04-10 17:08:47 +02:00
|
|
|
USES= php:pecl
|
2016-06-28 16:00:45 +02:00
|
|
|
USE_PHP= mbstring:build
|
2017-03-19 01:33:23 +01:00
|
|
|
IGNORE_WITH_PHP= 56
|
2003-02-24 06:51:29 +01:00
|
|
|
|
2004-07-30 21:53:01 +02:00
|
|
|
.include <bsd.port.mk>
|