Changeset View
Changeset View
Standalone View
Standalone View
devel/php-memoize/Makefile
| # Created by: Gasol Wu <gasol.wu@gmail.com> | # Created by: Gasol Wu <gasol.wu@gmail.com> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= memoize | PORTNAME= memoize | ||||
| PORTVERSION= 0.2.0b1 | PORTVERSION= 0.2.0b1 | ||||
| DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
| PORTREVISION= 2 | PORTREVISION= 2 | ||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| PKGNAMEPREFIX= php- | PKGNAMEPREFIX= php- | ||||
| MAINTAINER= gasol.wu@gmail.com | MAINTAINER= gasol.wu@gmail.com | ||||
| COMMENT= PHP extension which transparently caches PHP functions | COMMENT= PHP extension which transparently caches PHP functions | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= arraypad | GH_ACCOUNT= arraypad | ||||
| GH_PROJECT= ${UNIQUENAME} | GH_PROJECT= ${PKGBASE} | ||||
| USE_PHP= yes | USE_PHP= yes | ||||
| USE_PHPEXT= yes | USE_PHPEXT= yes | ||||
| USE_PHPIZE= yes | USE_PHPIZE= yes | ||||
| USE_PHP_BUILD= yes | USE_PHP_BUILD= yes | ||||
| CONFIGURE_ARGS= --enable-memoize | CONFIGURE_ARGS= --enable-memoize | ||||
| OPTIONS_DEFINE= APC MEMCACHED MEMORY | OPTIONS_DEFINE= APC MEMCACHED MEMORY | ||||
| Show All 23 Lines | |||||