2003-02-24 06:51:29 +01:00
|
|
|
# Ports collection makefile for: pear-mailparse
|
|
|
|
# Date created: 09 January 2003
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mailparse
|
2009-03-21 23:23:14 +01:00
|
|
|
PORTVERSION= 2.1.5
|
2005-03-02 22:19:36 +01:00
|
|
|
CATEGORIES= mail www
|
2004-07-30 21:53:01 +02:00
|
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
|
|
PKGNAMEPREFIX= pecl-
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
DIST_SUBDIR= PECL
|
2003-02-24 06:51:29 +01:00
|
|
|
|
2005-09-16 19:58:32 +02:00
|
|
|
MAINTAINER= mnag@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
|
|
|
|
2004-07-30 21:53:01 +02:00
|
|
|
USE_PHP= mbstring
|
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.
Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve
PR: ports/52596, ports/52641, ports/52655, ports/52656,
ports/52671, ports/52678, ports/52845
Submitted by: Thierry Thomas <thierry@pompo.net>
2003-06-08 01:00:46 +02:00
|
|
|
USE_PHPIZE= yes
|
2004-07-30 21:53:01 +02:00
|
|
|
USE_PHP_BUILD= yes
|
|
|
|
USE_PHPEXT= yes
|
|
|
|
PHP_MODNAME= mailparse
|
2003-02-24 06:51:29 +01:00
|
|
|
|
2004-07-30 21:53:01 +02:00
|
|
|
.include <bsd.port.mk>
|