mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
70da036883
Reminded by: sunpoet
19 lines
281 B
Makefile
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>
|