mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
PR: 223714 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D13454
30 lines
531 B
Makefile
30 lines
531 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fastdfs
|
|
DISTVERSION= 5.0.11
|
|
CATEGORIES= ftp
|
|
PKGNAMEPREFIX?= php56-
|
|
IGNORE_WITH_PHP?= 70 71 72
|
|
|
|
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= 1e50b4f
|
|
|
|
USES= php:ext
|
|
PHP_VER?= 56
|
|
|
|
WRKSRC_SUBDIR= php_client
|
|
CONFIGURE_ENV= ROOT=${LOCALBASE}
|
|
|
|
PHP_MODNAME= fastdfs_client
|
|
|
|
.include <bsd.port.mk>
|