70d9ae8534
PR: 132339 Submitted by: Wen Heping <wenheping___gmail.com>
25 lines
515 B
Makefile
25 lines
515 B
Makefile
# Ports collection makefile for: pear-mailparse
|
|
# Date created: 09 January 2003
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mailparse
|
|
PORTVERSION= 2.1.5
|
|
CATEGORIES= mail www
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= mnag@FreeBSD.org
|
|
COMMENT= PECL extension to create and decode MIME messages
|
|
|
|
USE_PHP= mbstring
|
|
USE_PHPIZE= yes
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= mailparse
|
|
|
|
.include <bsd.port.mk>
|