1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/ftp/php-fastdfs/Makefile
Li-Wen Hsu 61c827b33e Update to 6.06
PR:		246912
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
2020-07-03 15:13:58 +00:00

29 lines
494 B
Makefile

# $FreeBSD$
PORTNAME= fastdfs
DISTVERSION= 6.0.6
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
USES= php:ext
USE_GITHUB= yes
GH_ACCOUNT= happyfish100
GH_PROJECT= fastdfs
GH_TAGNAME= V6.06
WRKSRC_SUBDIR= php_client
CONFIGURE_ENV= ROOT=${LOCALBASE}
PHP_MODNAME= fastdfs_client
.include <bsd.port.mk>