mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
1fe4836951
* Remove WANT_PHP_PEAR and pear from CATEGORIES. PR: ports/78269 Submitted by: Marcus Grando
27 lines
532 B
Makefile
27 lines
532 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.1
|
|
PORTREVISION= 0
|
|
CATEGORIES= mail www
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= ports@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>
|