PR: 223714 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D13454
12 lines
204 B
Makefile
12 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../php56-fastdfs
|
|
|
|
PKGNAMEPREFIX= php70-
|
|
|
|
COMMENT= PHP 7 module for accessing a FastDFS cluster
|
|
|
|
IGNORE_WITH_PHP= 56 71 72
|
|
PHP_VER= 70
|
|
|
|
.include "${MASTERDIR}/Makefile"
|