diff options
Diffstat (limited to 'databases/php5-tarantool/Makefile')
-rw-r--r-- | databases/php5-tarantool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile index 5b45a743455d..9f5b3f7ac66a 100644 --- a/databases/php5-tarantool/Makefile +++ b/databases/php5-tarantool/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 20160226 # 0.1.0 +PORTVERSION= 0.1.0 +PORTEPOCH= 1 CATEGORIES= databases PKGNAMEPREFIX= php5- @@ -19,6 +20,5 @@ IGNORE_WITH_PHP=70 71 72 USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-php -GH_TAGNAME= 0.1.0 .include <bsd.port.mk> |