freebsd-ports/ftp/php70-fastdfs/Makefile
Jochen Neumeister 9531bac2e7 php*-fastdfs: remove hard-code patching
PR:		223714
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13137
2017-11-25 07:51:20 +00:00

29 lines
499 B
Makefile

# $FreeBSD$
PORTNAME= fastdfs
PORTVERSION= 5.0.11
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= 1e50b4f
USES= php:ext
PHP_VER= 70
WRKSRC_SUBDIR= php_client
CONFIGURE_ENV= ROOT=${LOCALBASE}
PHP_MODNAME= fastdfs_client
.include <bsd.port.mk>