diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-06 15:16:53 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-06 15:16:53 +0000 |
commit | c6457ffef432e7f18fbdf8194ed4d1993763454a (patch) | |
tree | 385230180bcda4fc6cd7a1a7465d2944e039c131 /databases/php5-tarantool/Makefile | |
parent | c49905e15c8e9d735e2ddc919d4d373d4b530ea7 (diff) | |
download | ports-c6457ffef432e7f18fbdf8194ed4d1993763454a.tar.gz ports-c6457ffef432e7f18fbdf8194ed4d1993763454a.zip |
Notes
Diffstat (limited to 'databases/php5-tarantool/Makefile')
-rw-r--r-- | databases/php5-tarantool/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile index 446972718bab..553fccf193a9 100644 --- a/databases/php5-tarantool/Makefile +++ b/databases/php5-tarantool/Makefile @@ -4,9 +4,7 @@ PORTNAME= tarantool PORTVERSION= ${TR_VER} CATEGORIES= databases -MASTER_SITES= GHL PKGNAMEPREFIX= php5- -DISTFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= vg@FreeBSD.org COMMENT= PECL PHP driver for Tarantool/Box @@ -20,8 +18,7 @@ DEFAULT_PHP_VER=5 PHP_MODNAME= ${PORTNAME} GH_PROJECT= ${PORTNAME}-php GH_ACCOUNT= tarantool -GH_COMMIT= d88ac7b -GH_TAGNAME= ${GH_COMMIT} +GH_TAGNAME= d88ac7b TR_VER= 20131031 CONFIGURE_ARGS+= --with-tarantool |