diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-01 13:35:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-01 13:35:20 +0000 |
commit | 9e6680de8626aae5f9db70c23714c17c08364444 (patch) | |
tree | 0adebc1489fe35275246dccd7130611f72d0229a /databases/php5-tarantool/Makefile | |
parent | Update to 0.02 (diff) |
Update to 0.1.0
- Add LICENSE
- Take maintainership
Changes: https://github.com/tarantool/tarantool-php/releases
https://github.com/tarantool/tarantool-php/commits/master
Notes
Notes:
svn path=/head/; revision=463314
Diffstat (limited to 'databases/php5-tarantool/Makefile')
-rw-r--r-- | databases/php5-tarantool/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile index d871fdac8155..5b45a743455d 100644 --- a/databases/php5-tarantool/Makefile +++ b/databases/php5-tarantool/Makefile @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= ${TR_VER} -PORTREVISION= 1 +PORTVERSION= 20160226 # 0.1.0 CATEGORIES= databases PKGNAMEPREFIX= php5- -MAINTAINER= ports@FreeBSD.org -COMMENT= PECL PHP driver for Tarantool/Box +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PECL PHP driver for Tarantool + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:ext -USE_GITHUB= yes -GH_PROJECT= ${PORTNAME}-php -GH_TAGNAME= c1c5d5f -TR_VER= 20151222 -IGNORE_WITH_PHP= 70 71 72 +CONFIGURE_ARGS= --with-tarantool +IGNORE_WITH_PHP=70 71 72 -CONFIGURE_ARGS+= --with-tarantool +USE_GITHUB= yes +GH_PROJECT= ${PORTNAME}-php +GH_TAGNAME= 0.1.0 .include <bsd.port.mk> |