aboutsummaryrefslogtreecommitdiff
path: root/ftp/php70-fastdfs/Makefile
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2017-12-13 17:22:46 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2017-12-13 17:22:46 +0000
commitce975ccd400aa6e3bedb17ad2feac8f94cc75d51 (patch)
tree1d586cc256f558a611a16bc227a2bf9add364bbb /ftp/php70-fastdfs/Makefile
parent12ee0ea93efae82d3e10820a5b123e888781d718 (diff)
downloadports-ce975ccd400aa6e3bedb17ad2feac8f94cc75d51.tar.gz
ports-ce975ccd400aa6e3bedb17ad2feac8f94cc75d51.zip
ftp/php*-fastdfs: Remake to Master/Slave Ports
PR: 223714 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D13454
Notes
Notes: svn path=/head/; revision=456222
Diffstat (limited to 'ftp/php70-fastdfs/Makefile')
-rw-r--r--ftp/php70-fastdfs/Makefile25
1 files changed, 4 insertions, 21 deletions
diff --git a/ftp/php70-fastdfs/Makefile b/ftp/php70-fastdfs/Makefile
index 79fb2681bd07..47e7e0bb792b 100644
--- a/ftp/php70-fastdfs/Makefile
+++ b/ftp/php70-fastdfs/Makefile
@@ -1,29 +1,12 @@
# $FreeBSD$
-PORTNAME= fastdfs
-PORTVERSION= 5.0.11
-CATEGORIES= ftp
+MASTERDIR= ${.CURDIR}/../php56-fastdfs
+
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
+IGNORE_WITH_PHP= 56 71 72
PHP_VER= 70
-WRKSRC_SUBDIR= php_client
-CONFIGURE_ENV= ROOT=${LOCALBASE}
-
-PHP_MODNAME= fastdfs_client
-
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"