Import textproc/pecl-stem version 1.5.1
[dports.git] / textproc / pecl-stem / Makefile
1 # New ports collection makefile for:    pecl-stem
2 # Date created:                 2006/07/31
3 # Whom:                         chinsan <chinsan.tw@gmail.com>
4 #
5 # $FreeBSD: ports/textproc/pecl-stem/Makefile,v 1.7 2012/11/17 06:02:15 svnexp Exp $
6 #
7
8 PORTNAME=       stem
9 PORTVERSION=    1.5.1
10 CATEGORIES=     textproc pear
11 MASTER_SITES=   http://pecl.php.net/get/
12 PKGNAMEPREFIX=  pecl-
13 EXTRACT_SUFX=   .tgz
14 DIST_SUBDIR=    PECL
15
16 MAINTAINER=     miwi@FreeBSD.org
17 COMMENT=        A PECL extension which provides word stemming
18
19 USE_PHP=        yes
20 USE_PHPEXT=     yes
21
22 post-configure:
23         echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
24 .include <bsd.port.mk>