mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
PR: 223714 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13479
12 lines
206 B
Makefile
12 lines
206 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../php56-fastdfs
|
|
|
|
PKGNAMEPREFIX= php72-
|
|
|
|
COMMENT= PHP 7.2 module for accessing a FastDFS cluster
|
|
|
|
IGNORE_WITH_PHP= 56 70 71
|
|
PHP_VER= 72
|
|
|
|
.include "${MASTERDIR}/Makefile"
|