Tweak textproc/pecl-stem version 1.5.1
[dports.git] / textproc / pecl-stem / Makefile
1 # Created by: chinsan <chinsan.tw@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       stem
5 PORTVERSION=    1.5.1
6 CATEGORIES=     textproc pear
7 MASTER_SITES=   http://pecl.php.net/get/
8 PKGNAMEPREFIX=  pecl-
9 EXTRACT_SUFX=   .tgz
10 DIST_SUBDIR=    PECL
11
12 MAINTAINER=     miwi@FreeBSD.org
13 COMMENT=        A PECL extension which provides word stemming
14
15 USE_PHP=        yes
16 USE_PHPEXT=     yes
17
18 post-configure:
19         echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
20 .include <bsd.port.mk>