Index: head/ftp/Makefile =================================================================== --- head/ftp/Makefile +++ head/ftp/Makefile @@ -72,6 +72,7 @@ SUBDIR += php71-fastdfs SUBDIR += php71-ftp SUBDIR += php72-curl + SUBDIR += php72-fastdfs SUBDIR += php72-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor Index: head/ftp/php72-fastdfs/Makefile =================================================================== --- head/ftp/php72-fastdfs/Makefile +++ head/ftp/php72-fastdfs/Makefile @@ -0,0 +1,12 @@ +# $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"