a1993564e0
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
29 lines
499 B
Makefile
29 lines
499 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fastdfs
|
|
DISTVERSION= 5.0.11
|
|
CATEGORIES= ftp
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= daniel@blodan.se
|
|
COMMENT?= PHP 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
|
|
|
|
WRKSRC_SUBDIR= php_client
|
|
CONFIGURE_ENV= ROOT=${LOCALBASE}
|
|
|
|
PHP_MODNAME= fastdfs_client
|
|
|
|
.include <bsd.port.mk>
|