1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-im/pecl-stomp/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

21 lines
324 B
Makefile

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