freebsd-ports/net-im/pecl-stomp/Makefile
Mathieu Arnold 25c794224f Mark ports not building with PHP 7.1.
Sponsored by:	Absolight
2017-02-07 12:14:34 +00:00

22 lines
391 B
Makefile

# Created by: wen@FreeBSD.org
# $FreeBSD$
PORTNAME= stomp
PORTVERSION= 1.0.9
PORTREVISION= 1
CATEGORIES= net-im pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
MAINTAINER= dbaio@bsd.com.br
COMMENT= PECL extension of stomp client
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limit:^1.*
USES= php:ext tar:tgz
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>