freebsd-ports/mail/pecl-mailparse/Makefile
Pav Lucistnik 91f495c730 - Reincarnate this as PECL extension and use new PHP infrastructure
PR:		ports/69655
Submitted by:	Kenneth Vestergaard Schmidt <kvs@pil.dk>
Repocopy by:	marcus
2004-07-30 19:53:01 +00:00

27 lines
555 B
Makefile

# Ports collection makefile for: pear-mailparse
# Date created: 09 January 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= mailparse
PORTVERSION= 2.0b
PORTREVISION= 1
CATEGORIES= mail www pear
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
WANT_PHP_PEAR= yes
USE_PHPEXT= yes
PHP_MODNAME= mailparse
.include <bsd.port.mk>