# $FreeBSD: tags/RELEASE_11_1_0/ftp/php56-fastdfs/Makefile 440011 2017-05-03 12:47:59Z miwi $

PORTNAME=	php56-fastdfs
PORTVERSION=	5.0.10
CATEGORIES=	ftp

MAINTAINER=	daniel@blodan.se
COMMENT=	PHP 5.6 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=	bcb7c56

USES=			php:ext
IGNORE_WITH_PHP=	70 71
PHP_VER=		56

WRKSRC_SUBDIR=	php_client

PHP_MODNAME=	fastdfs_client

.include <bsd.port.mk>
