freebsd-ports/ftp/php70-fastdfs/Makefile
Sunpoet Po-Chuan Hsieh ce707824df Update to 5.0.9
- While I'm here, fix GH_TAGNAME

Changes:	https://github.com/happyfish100/fastdfs/commits/master
PR:		216698
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
2017-02-02 13:32:32 +00:00

29 lines
487 B
Makefile

# $FreeBSD$
PORTNAME= fastdfs
PORTVERSION= 5.0.9
CATEGORIES= ftp
PKGNAMEPREFIX= php70-
MAINTAINER= daniel@blodan.se
COMMENT= PHP 7 module for accessing a FastDFS cluster
LICENSE= GPLv3
LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \
libfdfsclient.so:ftp/fastdfs
USE_GITHUB= yes
GH_ACCOUNT= happyfish100
GH_PROJECT= fastdfs
GH_TAGNAME= 5d0d1ef
USES= php:ext
IGNORE_WITH_PHP= 56 71
PHP_VER= 70
WRKSRC_SUBDIR= php_client
PHP_MODNAME= fastdfs_client
.include <bsd.port.mk>