1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net-im/pecl-stomp2/Makefile
Rene Ladan 70da036883 Remove stale IGNORE_WITH_PHP=56 values.
Reminded by:	sunpoet
2019-01-05 15:47:56 +00:00

19 lines
281 B
Makefile

# $FreeBSD$
PORTNAME= stomp
PORTVERSION= 2.0.2
CATEGORIES= net-im pear
MAINTAINER= dbaio@FreeBSD.org
COMMENT= PECL extension of stomp client
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
CONFLICTS= pecl-stomp-1*
PORTSCOUT= limit:^2.*
.include <bsd.port.mk>