forked from Lainports/freebsd-ports
23 lines
441 B
Makefile
23 lines
441 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mailparse
|
|
PORTVERSION= 2.1.6
|
|
CATEGORIES= mail www
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PECL extension to create and decode MIME messages
|
|
|
|
LICENSE= PHP202
|
|
|
|
USES= tar:tgz
|
|
USE_PHP= mbstring
|
|
USE_PHPIZE= yes
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= mailparse
|
|
|
|
.include <bsd.port.mk>
|