mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8e040e9d10
Changes: https://pecl.php.net/package-changelog.php?package=stomp&release=2.0.1 Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10649
21 lines
318 B
Makefile
21 lines
318 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= stomp
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= net-im pear
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
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>
|