freebsd-ports/ftp/php70-fastdfs/Makefile
Mathieu Arnold ea690a2487 Fix php usage.
Sponsored by:	Absolight
2016-10-27 09:29:33 +00:00

28 lines
501 B
Makefile

# $FreeBSD$
PORTNAME= php70-fastdfs
PORTVERSION= 5.0.8
CATEGORIES= ftp
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= 87659981148a362812912b6d4752d281ac05f0b6
USES= php:ext
IGNORE_WITH_PHP= 56
PHP_VER= 70
WRKSRC_SUBDIR= php_client
PHP_MODNAME= fastdfs_client
.include <bsd.port.mk>