diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-26 22:38:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-26 22:38:27 +0800 |
commit | 88329d813ef441407ff9b8b0e0a9d73d5208653f (patch) | |
tree | 4d112a7087f008607c4b1fad7d92cfea65173479 | |
parent | e96290473f26ebedaad6c2938723746354e97a8f (diff) | |
download | freebsd-ports-gnome-88329d813ef441407ff9b8b0e0a9d73d5208653f.tar.gz freebsd-ports-gnome-88329d813ef441407ff9b8b0e0a9d73d5208653f.tar.zst freebsd-ports-gnome-88329d813ef441407ff9b8b0e0a9d73d5208653f.zip |
Use PKGNAMEPREFIX
- While I'm here, update IGNORE_WITH_PHP
-rw-r--r-- | ftp/php70-fastdfs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/php70-fastdfs/Makefile b/ftp/php70-fastdfs/Makefile index 2c3969e8de4d..8a85ccd99778 100644 --- a/ftp/php70-fastdfs/Makefile +++ b/ftp/php70-fastdfs/Makefile @@ -1,8 +1,9 @@ # $FreeBSD$ -PORTNAME= php70-fastdfs +PORTNAME= fastdfs PORTVERSION= 5.0.8 CATEGORIES= ftp +PKGNAMEPREFIX= php70- MAINTAINER= daniel@blodan.se COMMENT= PHP 7 module for accessing a FastDFS cluster @@ -18,7 +19,7 @@ GH_PROJECT= fastdfs GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 USES= php:ext -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 71 PHP_VER= 70 WRKSRC_SUBDIR= php_client |