blob: dfa1d700f78d88c40458cadb65750eea127b7fb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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>
|