mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
21 lines
317 B
Makefile
21 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= stomp
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= net-im pear
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= dbaio@bsd.com.br
|
|
COMMENT= PECL extension of stomp client
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
PORTSCOUT= limit:^2.*
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 56
|
|
CONFLICTS= pecl-stomp-1*
|
|
|
|
.include <bsd.port.mk>
|