diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-03-17 22:13:17 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-03-17 22:13:17 +0800 |
commit | ed7d3b6fe43cec789e4c616a32ec5d43e7986bfe (patch) | |
tree | 6950b9f0d162b059bcfc18f369157cfdd36425ad /net-im | |
parent | bc87bae33d1e2c96d3f0bdda1ed583ed50e2557d (diff) | |
download | freebsd-ports-gnome-ed7d3b6fe43cec789e4c616a32ec5d43e7986bfe.tar.gz freebsd-ports-gnome-ed7d3b6fe43cec789e4c616a32ec5d43e7986bfe.tar.zst freebsd-ports-gnome-ed7d3b6fe43cec789e4c616a32ec5d43e7986bfe.zip |
Fix order of variables
Ports maintained by me in categories:: mail math net net-im
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pecl-stomp/Makefile | 5 | ||||
-rw-r--r-- | net-im/pecl-stomp2/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile index f244e27f4861..f716048b1b89 100644 --- a/net-im/pecl-stomp/Makefile +++ b/net-im/pecl-stomp/Makefile @@ -12,9 +12,10 @@ COMMENT= PECL extension of stomp client LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUT= limit:^1.* +IGNORE_WITH_PHP= 70 71 72 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 + +PORTSCOUT= limit:^1.* .include <bsd.port.mk> diff --git a/net-im/pecl-stomp2/Makefile b/net-im/pecl-stomp2/Makefile index abe238e10a05..38133e108ed0 100644 --- a/net-im/pecl-stomp2/Makefile +++ b/net-im/pecl-stomp2/Makefile @@ -10,10 +10,11 @@ COMMENT= PECL extension of stomp client LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUT= limit:^2.* +IGNORE_WITH_PHP= 56 USES= php:pecl -IGNORE_WITH_PHP= 56 CONFLICTS= pecl-stomp-1* +PORTSCOUT= limit:^2.* + .include <bsd.port.mk> |